]> git.karo-electronics.de Git - karo-tx-linux.git/commit
apple_gmux: Fix ACPI video unregister
authorMatthew Garrett <mjg@redhat.com>
Fri, 17 Aug 2012 20:57:20 +0000 (16:57 -0400)
committerMatthew Garrett <mjg@redhat.com>
Fri, 17 Aug 2012 21:26:41 +0000 (17:26 -0400)
commit1a15731088ad6b7c96ca3334aebe40b02135bba5
tree35cc385e9e515a2b2981490117c30c976b8a0e09
parent32830b1a19f49b1448eeb6c45c220770b80cc599
apple_gmux: Fix ACPI video unregister

We were only calling acpi_video_unregister() if ACPI video support was built
in, not if it was a module.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/apple-gmux.c