From: Alexander Aring Date: Thu, 24 Apr 2014 17:09:08 +0000 (+0200) Subject: at86rf230: use devm_request_irq X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~321^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652355c5bd9430d7c382579f2bcd223bc47dd7e7;p=pandora-kernel.git at86rf230: use devm_request_irq This patch replace request_irq with devm_request_irq. With devm_request_irq we don't need to care about freeing the irq. Signed-off-by: Alexander Aring Signed-off-by: David S. Miller --- Reading git-diff-tree failed