From: Lokesh Vutla Date: Fri, 26 Jul 2013 06:59:16 +0000 (+0530) Subject: crypto: omap-sham - Convert to devm_request_irq() X-Git-Tag: v3.12-rc1~108^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de9c3876b36147e931f475ae435bab04398cd60;p=pandora-kernel.git crypto: omap-sham - Convert to devm_request_irq() Using devm_request_irq() rather than request_irq(). So removing free_irq() calls from the probe error path and the remove handler. Signed-off-by: Lokesh Vutla Signed-off-by: Herbert Xu --- Reading git-diff-tree failed