]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
hwmon: (sht15) remove redundant check on status and send of status value
authorColin Ian King <colin.king@canonical.com>
Mon, 18 Sep 2017 14:45:48 +0000 (15:45 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 30 Oct 2017 01:36:03 +0000 (18:36 -0700)
commit90b863dd63d63f4d97c3f5b6d6ed5bd239500f7b
treef47380a5d82d8d3ead96379b6dfcffed358b64a3
parent186731145f920fb1514200043bcaf9c689693857
hwmon: (sht15) remove redundant check on status and send of status value

A previous commit removed bit or'ing into to the integer status
so now status is now always zero. This means that the non-zero check on
status and the sht15_send_status call will never occur; it is deadcode.
Clean this up by removing the dead code.

Detected by: CoverityScan CID#1456835 ("Logically dead code")

Fixes: aa7ab80c578c ("hwmon: (sht15) Root out platform data")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sht15.c