ACPI: asus_acpi: correct M6N/M6R display nodes

This patch switches back the display nodes for M6R and M6N -- this happened
a while ago when a patch was misapplied (only the in-tree version was
affected).

Signed-off-by: Karol Kozimor <sziwan@hell.org.pl>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by Karol Kozimor and committed by Len Brown 9becf5b9 96d11420

+3 -2
+3 -2
drivers/acpi/asus_acpi.c
··· 310 310 .brightness_set = "SPLV", 311 311 .brightness_get = "GPLV", 312 312 .display_set = "SDSP", 313 - .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, 313 + .display_get = "\\SSTE"}, 314 + 314 315 { 315 316 .name = "M6R", 316 317 .mt_mled = "MLED", ··· 321 320 .brightness_set = "SPLV", 322 321 .brightness_get = "GPLV", 323 322 .display_set = "SDSP", 324 - .display_get = "\\SSTE"}, 323 + .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, 325 324 326 325 { 327 326 .name = "P30",