From: Fabio Estevam Date: Sun, 22 Sep 2013 17:42:26 +0000 (-0300) Subject: crypto: dcp - Use devm_request_irq() X-Git-Tag: v3.13-rc2~35^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff647551b4282eee90a6d944c9fccde07845db4;p=pandora-kernel.git crypto: dcp - Use devm_request_irq() Using Use devm_request_irq() can make the code smaller and simpler, as we do not need to call free_irq() in the probe error path and in the remove function. Signed-off-by: Fabio Estevam Signed-off-by: Herbert Xu --- Reading git-diff-tree failed