From: Wei Yongjun Date: Wed, 25 Sep 2013 07:37:45 +0000 (+0800) Subject: mfd: ezx-pcap: Drop devm_free_irq of devm_ allocated irq X-Git-Tag: v3.13-rc1~66^2~4^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89720264a1f0870e45f583583357ee986e216157;p=pandora-kernel.git mfd: ezx-pcap: Drop devm_free_irq of devm_ allocated irq The devm_request_irq function allocates irq that is released when a driver detaches. Thus, there is no reason to explicitly call devm_free_irq in probe or remove functions. Signed-off-by: Wei Yongjun Signed-off-by: Lee Jones --- Reading git-diff-tree failed