On Tue, Oct 15, 2019 at 2:27 PM Ben Dooks <ben.do...@codethink.co.uk> wrote: > > The omap3_rom_rng_idle function takes a pointer, so give > it a pointer instead of a plain 0. This fixes the following > sparse warning: > > drivers/char/hw_random/omap3-rom-rng.c:115:28: warning: Using plain integer > as NULL pointer > > Signed-off-by: Ben Dooks <ben.do...@codethink.co.uk> > --- > Cc: Arnd Bergmann <a...@arndb.de> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: linux-crypto@vger.kernel.org > Cc: linux-ker...@vger.kernel.org
Acked-by: Arnd Bergmann <a...@arndb.de>