linux/drivers/thermal/broadcom
Dan Carpenter 1fe3854a83 thermal: bcm2835: fix an error code in probe()
This causes a static checker because we're passing a valid pointer to
PTR_ERR().  "err" is already the correct error code, so we can just
delete this line.

Fixes: bcb7dd9ef2 ("thermal: bcm2835: add thermal driver for bcm2835 SoC")
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2017-06-30 16:46:11 -07:00
..
bcm2835_thermal.c thermal: bcm2835: fix an error code in probe() 2017-06-30 16:46:11 -07:00
Kconfig thermal: bcm2835: move to the broadcom subdirectory 2017-04-23 08:55:37 -07:00
Makefile thermal: bcm2835: move to the broadcom subdirectory 2017-04-23 08:55:37 -07:00
ns-thermal.c