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
algos
busses
muxes
Kconfig -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 396 bytes
i2c-boardinfo.c -rw-r--r-- 3.0 KB
i2c-core.c -rw-r--r-- 60.1 KB
i2c-core.h -rw-r--r-- 1.1 KB
i2c-dev.c -rw-r--r-- 18.2 KB
i2c-mux.c -rw-r--r-- 5.5 KB
i2c-smbus.c -rw-r--r-- 6.9 KB
i2c-stub.c -rw-r--r-- 5.5 KB

back to top