Thread (30 messages) 30 messages, 6 authors, 2012-03-07
STALE5242d

[PATCH 14/15] watchdog/mpcore_wdt: Add clock framework support

From: viresh kumar <hidden>
Date: 2012-03-07 12:37:12
Also in: linux-watchdog

On 3/7/12, Russell King - ARM Linux [off-list ref] wrote:
Drivers have no business interpreting anything but an IS_ERR() return from
clk_get() as invalid.  Everything else is the CLK APIs business, not the
driver's business.  So, to start using NULL as a special case is wrong.
But driver isn't comparing return value of clk_get with NULL (that would have
been wrong) or interpreting its return value in a wrong way.

Instead it is using the same pointer/variable to check if clk_* APIs are
supported or not by making it NULL. And that's a driver convention.
I still believe it is fine.

Thanks for your quick comments.

--
viresh
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help