[PATCH RESEND 0/6] Remove incorrect usage of IS_ERR_OR_NULL on clk_get

From: Tony Prisk
Date: Tue Dec 18 2012 - 12:34:17 EST


Resend to include mailing lists.

As per the kernel docs, clk_get() cannot return NULL.

* clk_get - lookup and obtain a reference to a clock producer.
* @dev: device for clock "consumer"
* @id: clock consumer ID
*
* Returns a struct clk corresponding to the clock producer, or
* valid IS_ERR() condition containing errno.

This patch set replaces instances of IS_ERR_OR_NULL tests againt clk_get()
results with IS_ERR tests.

Tony Prisk (6):
clk: omap: Fix incorrect usage of IS_ERR_OR_NULL
clk: exynos: Fix incorrect usage of IS_ERR_OR_NULL
clk: exynos: Fix incorrect usage of IS_ERR_OR_NULL
clk: s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL
clk: s5p-fimc: Fix incorrect usage of IS_ERR_OR_NULL
clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

arch/arm/plat-omap/dmtimer.c | 6 +++---
drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +++++-----
drivers/gpu/drm/exynos/exynos_mixer.c | 14 +++++++-------
drivers/media/platform/s5p-fimc/fimc-mdevice.c | 2 +-
drivers/media/platform/s5p-g2d/g2d.c | 4 ++--
drivers/media/platform/s5p-tv/hdmi_drv.c | 10 +++++-----
drivers/media/platform/s5p-tv/mixer_drv.c | 10 +++++-----
drivers/media/platform/s5p-tv/sdo_drv.c | 10 +++++-----
8 files changed, 33 insertions(+), 33 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/