From afc62baf107355715beaf982513db3355867b29b Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Wed, 25 Sep 2013 15:40:38 +0800 Subject: [PATCH] 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-format-patch failed