remarkable-linux/drivers/devfreq/event
Dan Carpenter 674789dd2c PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check
Smatch complains because platform_get_resource() returns NULL on error
and not an error pointer so the check is wrong.  Julia Lawall pointed
out that normally we don't check these, because devm_ioremap_resource()
has a check for NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-06-22 13:52:55 +09:00
..
exynos-nocp.c PM / devfreq: exynos-nocp: Remove incorrect IS_ERR() check 2016-06-22 13:52:55 +09:00
exynos-nocp.h PM / devfreq: event: Add new Exynos NoC probe driver 2016-05-03 11:21:07 +09:00
exynos-ppmu.c PM / devfreq: exynos-ppmu: bit-wise operation bugfix. 2015-09-11 14:22:26 +09:00
exynos-ppmu.h PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433 2015-09-11 14:22:26 +09:00
Kconfig PM / devfreq: event: Add new Exynos NoC probe driver 2016-05-03 11:21:07 +09:00
Makefile PM / devfreq: event: Add new Exynos NoC probe driver 2016-05-03 11:21:07 +09:00