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-- 1.5 KB
Makefile -rw-r--r-- 453 bytes
address.c -rw-r--r-- 15.8 KB
base.c -rw-r--r-- 35.0 KB
device.c -rw-r--r-- 4.3 KB
fdt.c -rw-r--r-- 18.2 KB
irq.c -rw-r--r-- 13.9 KB
of_i2c.c -rw-r--r-- 2.9 KB
of_mdio.c -rw-r--r-- 5.2 KB
of_mtd.c -rw-r--r-- 2.0 KB
of_net.c -rw-r--r-- 3.0 KB
of_pci.c -rw-r--r-- 1.0 KB
of_pci_irq.c -rw-r--r-- 2.8 KB
pdt.c -rw-r--r-- 5.9 KB
platform.c -rw-r--r-- 12.8 KB
selftest.c -rw-r--r-- 4.4 KB

back to top