drm/nouveau/bl: Do not register interface if Apple GMUX detected
authorPierre Moreau <pierre.morrow@free.fr>
Wed, 7 Dec 2016 23:57:09 +0000 (00:57 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 13 Dec 2016 01:40:17 +0000 (11:40 +1000)
commitb53ac1ee12a330dea59243e240aef398e951ff32
tree9313c3a507324a81850eb9721be41c6579f8d597
parentdb1a0ae21461afa4bc435651a6dd55e0e6ef4a8b
drm/nouveau/bl: Do not register interface if Apple GMUX detected

The Apple GMUX is the one managing the backlight, so there is no need for
Nouveau to register its own backlight interface.

v2: Do not split information message on two lines as it prevents from grepping
    it, as pointed out by Lukas Wunner

v3: Add a missing end-of-line character to the printed message

Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
Reviewed-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_backlight.c