remarkable-linux/drivers/net/can/softing
Jingoo Han 0672f0ab57 net: can: replace strict_strtoul() with kstrtoul()
The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-03 00:39:46 -07:00
..
Kconfig can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block 2013-01-26 16:58:58 +01:00
Makefile can: add driver for Softing card 2011-01-21 20:15:34 -08:00
softing.h Fix common misspellings 2011-03-31 11:26:23 -03:00
softing_cs.c FIX: softingcs conversion to module_pcmcia_driver macro 2013-03-18 17:53:34 -07:00
softing_fw.c can: softing: Fix potential memory leak in softing_load_fw() 2012-08-24 10:54:05 +02:00
softing_main.c net: can: replace strict_strtoul() with kstrtoul() 2013-06-03 00:39:46 -07:00
softing_platform.h