dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/rfkill
Julia Lawall 1bac92cac1 net/rfkill/core.c: use kstrtoul, etc
Use kstrtoul, etc instead of the now deprecated strict_strtoul, etc.

A semantic patch rule for the kstrtoul case is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression a,b;
{int,long} *c;
@@

-strict_strtoul
+kstrtoul
 (a,b,c)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-11-09 16:14:10 -05:00
..
Kconfig net: rfkill: add generic gpio rfkill driver 2011-05-19 13:53:54 -04:00
Makefile net: rfkill: add generic gpio rfkill driver 2011-05-19 13:53:54 -04:00
core.c net/rfkill/core.c: use kstrtoul, etc 2011-11-09 16:14:10 -05:00
input.c net: return operator cleanup 2010-09-23 14:33:39 -07:00
rfkill-gpio.c net:rfkill: add a gpio setup function into GPIO rfkill 2011-10-03 15:19:19 -04:00
rfkill-regulator.c rfkill: Remove unnecessary OOM logging messages 2011-09-13 15:45:02 -04:00
rfkill.h rfkill: rewrite 2009-06-03 14:06:13 -04:00