]> git.baikalelectronics.ru Git - kernel.git/commit
ps3fb: Fix ps3fb free_irq() dev_id
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 19 Dec 2007 10:17:31 +0000 (11:17 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 19 Dec 2007 22:27:30 +0000 (14:27 -0800)
commit837435025c8202c29c0f02a3cac5112a22ff0d57
tree722a9562abdd1675aa87e12adbb7d4ec8db9c988
parent7277dd5baffc219bc120fccdf3a58b1fbc2745e3
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>
drivers/video/ps3fb.c