misc: isl29020: Fix the wrong format specifier
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Mon, 11 Nov 2024 09:19:50 +0000 (01:19 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2024 11:54:53 +0000 (12:54 +0100)
commit40e210a13759a81b1cbc780485728aa367360711
tree91e437deda5acfb419c866946ab71033b91f4db4
parent03e6a10bbe60334ad9796086f6a77836b16b4070
misc: isl29020: Fix the wrong format specifier

The format specifier of "unsigned long int" in sprintf() should be "%lu", not
"%ld".

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20241111091950.4299-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/isl29020.c