Re: [PATCH] mach-omap2: Change if statement in omap2_dflt_clk_enable

2014-07-04 Thread Paul Walmsley
On Fri, 4 Jul 2014, Nicholas Krause wrote: > This patch changes this function to check for if v is returning value from the > called function. If not it does the else. Furthermore fixes the FIXME message > above > if statement for holding INVERT_ENABLE bit when not needing to be checked for > in

[PATCH] mach-omap2: Change if statement in omap2_dflt_clk_enable

2014-07-04 Thread Nicholas Krause
This patch changes this function to check for if v is returning value from the called function. If not it does the else. Furthermore fixes the FIXME message above if statement for holding INVERT_ENABLE bit when not needing to be checked for in if statement by just checking for if v is not Null. S