Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clk: fix return value check in sirfsoc_of_clk_init() | Wei Yongjun | 2012-10-29 |
| | | | | | | | | | | | | In case of error, the function clk_register() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Mike Turquette <mturquette@linaro.org> | ||
* | clk: prima2: move from arch/arm/mach to drivers/clk | Barry Song | 2012-08-24 |
Signed-off-by: Barry Song <Baohua.Song@csr.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mike Turquette <mturquette@linaro.org> |