Re: [PATCH] arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check

2010-12-06 Thread Tony Lindgren
* Vasiliy Kulikov [101126 08:56]: > clk_get() returns ERR_PTR() on error, not NULL. > > Signed-off-by: Vasiliy Kulikov > --- > Cannot compile this driver, so it is not tested at all. Thanks will merge this. Tony > > arch/arm/plat-omap/counter_32k.c |2 +- > 1 files changed, 1 insertion

Re: [PATCH] arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check

2010-11-29 Thread Kevin Hilman
Vasiliy Kulikov writes: > clk_get() returns ERR_PTR() on error, not NULL. > > Signed-off-by: Vasiliy Kulikov Acked-by: Kevin Hilman > --- > Cannot compile this driver, so it is not tested at all. > > arch/arm/plat-omap/counter_32k.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions

[PATCH] arm: plat-omap: counter_32k: use IS_ERR() instead of NULL check

2010-11-26 Thread Vasiliy Kulikov
clk_get() returns ERR_PTR() on error, not NULL. Signed-off-by: Vasiliy Kulikov --- Cannot compile this driver, so it is not tested at all. arch/arm/plat-omap/counter_32k.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/counter_32k.c b/arch/arm/plat