From: Kuninori Morimoto Date: Wed, 8 Jan 2014 04:55:05 +0000 (-0800) Subject: irda: sh_sir: use devm_request_irq() X-Git-Tag: v3.14-rc1~94^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4acb4d6c92cffee406f88cf96a6c30dbc24fb861;p=pandora-kernel.git irda: sh_sir: use devm_request_irq() Huqiu reported current sh_sir driver doesn't call free_irq() in spite of using request_irq(). This patch replaces request_irq() into devm_request_irq() to solve this issue Reported-by: Huqiu Liu Signed-off-by: Kuninori Morimoto Signed-off-by: David S. Miller --- Reading git-diff-tree failed