Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m68k: let clk_disable() return immediately if clk is NULL
In many of clk_disable() implementations, it is a no-op for a NULL pointer input, but this is one of the exceptions. Making it treewide consistent will allow clock consumers to call clk_disable() without NULL pointer check. Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
- Loading branch information