]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 18 Oct 2017 15:40:16 +0000 (17:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Oct 2017 12:11:04 +0000 (13:11 +0100)
commit025d0dfcc1dd90e2489ab9c500c8f5efbe3ce82f
treecb4373e659700399a188fc9d6ffb1c3fc0feec17
parented2e93efc3b8d34ba36b0f7b581f3828916a1da7
s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()

The sysfs enabled value is a boolean, so kstrtobool() is a better fit
for parsing the input string since it does the range checking for us.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l2_sys.c