From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@rjwysocki.net (Rafael J. Wysocki) Date: Wed, 15 Jun 2016 01:27:28 +0200 Subject: [PATCH] cpufreq: mvebu: fix integer to pointer cast In-Reply-To: References: <1465299013-32369-1-git-send-email-ben.dooks@codethink.co.uk> Message-ID: <1690024.btRpmtGi0p@vostro.rjw.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, June 07, 2016 07:10:17 PM Viresh Kumar wrote: > On 7 June 2016 at 17:00, Ben Dooks wrote: > > Fix the use of 0 instead of NULL to clk_get() call. This stops the > > following warning: > > > > drivers/cpufreq/mvebu-cpufreq.c:73:40: warning: Using plain integer as NULL pointer > > > > Signed-off-by: Ben Dooks > > --- > > Cc: Jason Cooper > > Cc: Andrew Lunn > > Cc: Gregory Clement > > Cc: Sebastian Hesselbarth > > Cc: "Rafael J. Wysocki" > > Cc: Viresh Kumar > > Cc: linux-arm-kernel at lists.infradead.org > > Cc: linux-pm at vger.kernel.org > > Cc: linux-kernel at lists.codethink.co.uk > > --- > > drivers/cpufreq/mvebu-cpufreq.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Viresh Kumar Applied, thanks!