From: Wei Yongjun Date: Wed, 25 Sep 2013 07:37:15 +0000 (+0800) Subject: mfd: twl6040: Drop devm_free_irq of devm_ allocated irq X-Git-Tag: v3.13-rc1~66^2~4^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5ee96fefae8d38602c79a16205d4b1c8e01da5;p=pandora-kernel.git mfd: twl6040: 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