mb/elmex: Get rid of whitespace before tab
Change-Id: I085a5b7dca252943590a30c1afe6ad776dac6c97 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26616 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
0b6b09a374
commit
ea5195271a
|
@ -72,7 +72,7 @@ Scope(\_GPE) { /* Start Scope GPE */
|
||||||
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */
|
||||||
}
|
}
|
||||||
} /* End Scope GPE */
|
} /* End Scope GPE */
|
||||||
|
|
||||||
/* Contains the GPEs for USB overcurrent */
|
/* Contains the GPEs for USB overcurrent */
|
||||||
#include "usb_oc.asl"
|
#include "usb_oc.asl"
|
||||||
|
|
|
@ -49,7 +49,7 @@ Method(\_PTS, 1) {
|
||||||
|
|
||||||
/* On older chips, clear PciExpWakeDisEn */
|
/* On older chips, clear PciExpWakeDisEn */
|
||||||
/*if (LLessEqual(\_SB.SBRI, 0x13)) {
|
/*if (LLessEqual(\_SB.SBRI, 0x13)) {
|
||||||
* Store(0,\_SB.PWDE)
|
* Store(0,\_SB.PWDE)
|
||||||
*}
|
*}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue