hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a number
authorPali Rohár <pali.rohar@gmail.com>
Fri, 17 Jun 2016 22:54:44 +0000 (00:54 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 18 Jun 2016 19:55:20 +0000 (12:55 -0700)
commit053ea640818812313892ec4f370f5cfac42fd355
tree75c74adedf6d7f6725a3ef9466430e3f035443e4
parent5edb56491d4812c42175980759da53388e5d86f5
hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a number

ABI of I8K_BIOS_VERSION ioctl can return only number. But new BIOS versions
contain also other characters, which does not fit into that ABI. So in case
of non digit values return -EINVAL.

Reported-by: Mario Limonciello <Mario_Limonciello@dell.com>
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/dell-smm-hwmon.c