[PATCH 1/8] drivers/staging/line6/control.c: Change strict_strtoul to kstrtoul

Dan Carpenter dan.carpenter at oracle.com
Sun May 6 06:34:50 UTC 2012


On Sat, May 05, 2012 at 04:31:45PM +0200, Johannes Thumshirn wrote:
> Changed strict_strtoul() call to kstrtoul to make checkpatch.pl happy
> 

This would probably be better as kstrtou8(). You'd have to change
the type of value, and the function parameters which take value as
well.  Also you would have to change the name of pod_set_param_int()
because it says "int".


regards,
dan carpenter




More information about the devel mailing list