On 10/07/2012 08:02 AM, Wei Yongjun wrote: > From: Wei Yongjun <[email protected]> > > In case of error, the function clk_register_fixed_rate() 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)
Acked-by: Stephen Warren <[email protected]> Mike, this driver was added through arm-soc; I assume it's simplest to take this fixup through there too for 3.7-rc*? If so, Wei, could you resend this patch with my ack to [email protected]? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

