From: Aaro Koskinen Date: Fri, 20 Dec 2013 14:19:47 +0000 (+0200) Subject: uio: fix devm_request_irq usage X-Git-Tag: v3.14-rc1~152^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632fefaf1fff7c344191c363e08a43cf006fe60e;p=pandora-kernel.git uio: fix devm_request_irq usage Commit e6789cd3dfb553077606ccafeb05e0043f072481 (uio: Simplify uio error path by using devres functions) converted uio to use devm_request_irq(). This introduced a change in behaviour since the IRQ is associated with the parent device instead of the created UIO device. The IRQ will remain active after uio_unregister_device() is called, and some drivers will crash because of this. The patch fixes this. Signed-off-by: Aaro Koskinen Cc: stable # 3.13 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed