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
File Mode Size
Kconfig -rw-r--r-- 484 bytes
Makefile -rw-r--r-- 169 bytes
abdac.c -rw-r--r-- 15.4 KB
ac97c.c -rw-r--r-- 30.8 KB
ac97c.h -rw-r--r-- 2.0 KB

back to top