commit | fcbe6e9709f90fd83cfa614a4e0efe83174018ea | [log] [tgz] |
---|---|---|
author | Geoff Levand <geoffrey.levand@am.sony.com> | Wed Dec 19 11:17:31 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Dec 19 14:27:30 2007 -0800 |
tree | 722a9562abdd1675aa87e12adbb7d4ec8db9c988 | |
parent | 9ac67a35827ee03d71f2f1c656a725e263b14a7e [diff] |
ps3fb: Fix ps3fb free_irq() dev_id The dev_id arg passed to free_irq() must match that passed to request_irq(). Fixes this PS3 error message: Trying to free already-free IRQ 44 Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>