aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-06-21 08:08:08 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 16:45:36 -0700
commit6d827fbcc370ca259a2905309f64161ab7b10596 (patch)
treea9f92ac3d796ca010b7d9bcb7c1b5d8a0ef8da3f /drivers/pinctrl
parentDrivers: hv: util: Fix a bug in the KVP code (diff)
downloadlinux-dev-6d827fbcc370ca259a2905309f64161ab7b10596.tar.xz
linux-dev-6d827fbcc370ca259a2905309f64161ab7b10596.zip
i8k: Fix non-SMP operation
Commit f36fdb9f0266 (i8k: Force SMM to run on CPU 0) adds support for multi-core CPUs to the driver. Unfortunately, that causes it to fail loading if compiled without SMP support, at least on 32 bit kernels. Kernel log shows "i8k: unable to get SMM Dell signature", and function i8k_smm is found to return -EINVAL. Testing revealed that the culprit is the missing return value check of set_cpus_allowed_ptr. Fixes: f36fdb9f0266 (i8k: Force SMM to run on CPU 0) Reported-by: Jim Bos <jim876@xs4all.nl> Tested-by: Jim Bos <jim876@xs4all.nl> Cc: stable@vger.kernel.org # 3.14+ Signed-off-by: Guenter Roeck <linux@roeck-us.net> Cc: Andreas Mohr <andi@lisas.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pinctrl')
0 files changed, 0 insertions, 0 deletions