]> Git Repo - linux.git/commit
drm: Fix irq install error handling
authorJoonyoung Shim <[email protected]>
Thu, 4 Aug 2011 05:41:00 +0000 (05:41 +0000)
committerDave Airlie <[email protected]>
Thu, 4 Aug 2011 13:39:09 +0000 (14:39 +0100)
commite1c44acc8cabda6b38864f25e809b306c4d2d790
tree42c6c31cf5e264e161e1d213b683c7ccceb09a98
parent816985d4f96cda5159b6b65f3442964725030ae9
drm: Fix irq install error handling

The registered irq should be unregistered by free_irq() if
irq_postinstall() returns the error after request_irq() is called
successfully.

[airlied: add vga switcheroo disable]

Signed-off-by: Joonyoung Shim <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
drivers/gpu/drm/drm_irq.c
This page took 0.05146 seconds and 4 git commands to generate.