]> git.baikalelectronics.ru Git - kernel.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:34:39 +0000 (17:34 -0400)
commitbac115113529c251a18399d38d8fd55148040289
tree35cc385e9e515a2b2981490117c30c976b8a0e09
parent03a5eaeef35d42453e60d883f7b4c5bdd5842931
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