Revision ecf026dc340f9700ed3c485344913a8a2b10e2e3 authored by Wei Yongjun on 25 October 2012, 15:02:18 UTC, committed by Sascha Hauer on 16 November 2012, 14:53:57 UTC
The error-valued pointer clk is used for the arg of kfree, it should be
kfree(gate) if clk_register() return ERR_PTR().

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: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 77b6706
History

back to top