cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_name
authorAxel Lin <axel.lin@gmail.com>
Wed, 19 Sep 2012 20:00:10 +0000 (22:00 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 19 Sep 2012 20:00:10 +0000 (22:00 +0200)
commit1bae9958f8b0162aadf79e2ac20bcc9a409bb661
treea49d0ac9320eaa7b33d876ee3145b0d1a38cd978
parentcd664cc3a574b30988476143c1dcc9298b1fa531
cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_name

omap_device_get_by_hwmod_name() returns ERR_PTR on error.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/cpufreq/omap-cpufreq.c