OSDN Git Service

hwmon: (scpi-hwmon) remove redundant continue
authorzhong jiang <zhongjiang@huawei.com>
Fri, 21 Sep 2018 01:30:03 +0000 (09:30 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commit3045b5d61a60b606f89e3f26ae8e126a8f12b531
tree6cd2ae15aaee308f32ea760d7c4baaa5e5219c8b
parent0599682b826ff7bbf9d5804fa37bcef36b0c9404
hwmon: (scpi-hwmon) remove redundant continue

The continue will not truely skip any code. hence it is safe to
remove it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/scpi-hwmon.c