2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 21:54:06 +08:00
linux-next/drivers/iio/light
Kuppuswamy Sathyanarayanan 01e537f733 iio: ltr501: Fix proximity threshold boundary check
Currently, proximity sensor boundary check is done
inside the switch block but outside the case
statement.Since this code will never get executed,
moved the check outside the switch case statement.

   867          case IIO_PROXIMITY:
   868                  switch (dir) {
   // Following line has been moved outside the switch block.
   869                  if (val > LTR501_PS_THRESH_MASK)
   870                          return -EINVAL;
   871                  case IIO_EV_DIR_RISING:

Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2015-05-16 11:09:06 +01:00
..
acpi-als.c iio: acpi: Add support for ACPI0008 Ambient Light Sensor 2015-05-10 20:31:48 +01:00
adjd_s311.c iio: delete non-required instances of include <linux/init.h> 2014-01-11 11:59:00 +00:00
al3320a.c iio: Add Dyna-Image AL3320A ambient light sensor driver 2014-09-10 20:25:56 +01:00
apds9300.c iio: Remove support for the legacy event config interface 2013-12-08 13:13:52 +00:00
bh1750.c iio: light: add support for ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensors 2015-05-10 20:31:46 +01:00
cm3232.c iio: light: Added PM support for Capella CM3232 ambient light sensor driver. 2015-03-08 12:04:57 +00:00
cm3323.c iio: light: Add support for Capella CM3323 color sensor 2015-03-15 11:43:02 +00:00
cm32181.c iio: light: cm32181: Fix typo 's/claibscale/calibscale/' 2015-01-25 22:53:49 +00:00
cm36651.c iio: cm36651: Fix i2c client leak and possible NULL pointer dereference 2014-03-22 12:22:49 +00:00
gp2ap020a00f.c iio: gp2ap020a00f: Use put_unaligned_le32 2015-02-14 17:28:41 +00:00
hid-sensor-als.c iio: light: hid-sensor-als: Constify platform_device_id 2015-05-10 20:31:46 +01:00
hid-sensor-prox.c iio: light: hid-sensor-prox: Constify platform_device_id 2015-05-10 20:31:47 +01:00
isl29125.c iio: Add Intersil isl29125 digital color light sensor driver 2014-07-07 09:06:50 +01:00
jsa1212.c iio: jsa1212: Constify struct regmap_config 2015-02-25 11:37:53 +00:00
Kconfig iio: acpi: Add support for ACPI0008 Ambient Light Sensor 2015-05-10 20:31:48 +01:00
lm3533-als.c iio: light: lm3533-als: Remove space before ',' 2015-01-01 12:14:36 +00:00
ltr501.c iio: ltr501: Fix proximity threshold boundary check 2015-05-16 11:09:06 +01:00
Makefile iio: acpi: Add support for ACPI0008 Ambient Light Sensor 2015-05-10 20:31:48 +01:00
stk3310.c iio: light: Add threshold interrupt support for STK3310 2015-05-10 20:31:42 +01:00
tcs3414.c iio: light: tcs3414: Fix misindented lines 2015-01-25 22:53:46 +00:00
tcs3472.c iio:tcs3472: Check for buffer enabled and locking 2014-07-07 08:59:16 +01:00
tsl2563.c iio:tsl2563: Use tsl2563_ prefix for driver's functions 2015-04-18 20:35:31 +01:00
tsl4531.c iio:tsl4531: Fix leftover TCS3472_ prefix in tsl4531 driver 2015-04-18 20:31:35 +01:00
vcnl4000.c iio:vcnl4000: Mark transfer buffer as __be16 2013-12-03 20:22:27 +00:00