OSDN Git Service

iio: pressure: bmp280: fix wrong pointer passed to PTR_ERR()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 14 Jul 2016 11:06:11 +0000 (11:06 +0000)
committerJonathan Cameron <jic23@kernel.org>
Mon, 15 Aug 2016 14:38:59 +0000 (15:38 +0100)
commitbb9947c3a14e781eb0f137728e7e55ec8d848991
treede848c17a63419122e8b09e3cdd4c6bb71b7522d
parent694d0d0bb2030d2e36df73e2d23d5770511dbc8d
iio: pressure: bmp280: fix wrong pointer passed to PTR_ERR()

PTR_ERR should access the value just tested by IS_ERR, otherwise
the wrong error code will be returned.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/bmp280-core.c