From: Wei Yongjun Date: Wed, 25 Sep 2013 07:40:38 +0000 (+0800) Subject: mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irq X-Git-Tag: v3.14-rc1~65^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc62baf107355715beaf982513db3355867b29b;p=pandora-kernel.git mtd: mpc5121_nfc: 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: Brian Norris --- Reading git-diff-tree failed