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 .brightness_set = "SPLV", 311 .brightness_get = "GPLV", 312 .display_set = "SDSP", 313 - .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, 314 { 315 .name = "M6R", 316 .mt_mled = "MLED", ··· 321 .brightness_set = "SPLV", 322 .brightness_get = "GPLV", 323 .display_set = "SDSP", 324 - .display_get = "\\SSTE"}, 325 326 { 327 .name = "P30",
··· 310 .brightness_set = "SPLV", 311 .brightness_get = "GPLV", 312 .display_set = "SDSP", 313 + .display_get = "\\SSTE"}, 314 + 315 { 316 .name = "M6R", 317 .mt_mled = "MLED", ··· 320 .brightness_set = "SPLV", 321 .brightness_get = "GPLV", 322 .display_set = "SDSP", 323 + .display_get = "\\_SB.PCI0.P0P1.VGA.GETD"}, 324 325 { 326 .name = "P30",