switch: make LED port_mask file write handler use kstrtoul() function
authorFelix Fietkau <nbd@openwrt.org>
Thu, 25 Feb 2016 13:31:23 +0000 (13:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 25 Feb 2016 13:31:23 +0000 (13:31 +0000)
commitf61a80444cc031a1f544e55d2093318c21d96e05
treef2b9c653e711b81dd9ad0013c17e77f3b107235f
parent3f76eeaadcf3aacbede9c76b09b8eaa2b3580b97
switch: make LED port_mask file write handler use kstrtoul() function

This patch changes swconfig_trig_port_mask_store() handler to utilize
kstrtoul() function instead of call to obsolete simple_strtoul(). Thanks
to this change, new handler takes less memory and makes port_mask special
file accept not only hexadecimal, but also decimal and octal numbers.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
SVN-Revision: 48774
target/linux/generic/files/drivers/net/phy/swconfig_leds.c