superio/{aspeed,nuvoton}: Fix typo
Change-Id: I7772fadc756ceeef5988e4b1ecf8f93ad3605a84 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37502 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
2f50d7cd3b
commit
9a669b1c68
|
@ -48,9 +48,9 @@ static const char *ast2400_acpi_hid(const struct device *dev)
|
|||
return NULL;
|
||||
|
||||
switch (dev->path.pnp.device & 0xff) {
|
||||
case AST2400_SUART1: /* falltrough */
|
||||
case AST2400_SUART2: /* falltrough */
|
||||
case AST2400_SUART3: /* falltrough */
|
||||
case AST2400_SUART1: /* fallthrough */
|
||||
case AST2400_SUART2: /* fallthrough */
|
||||
case AST2400_SUART3: /* fallthrough */
|
||||
case AST2400_SUART4:
|
||||
return ACPI_HID_COM;
|
||||
case AST2400_KBC:
|
||||
|
|
|
@ -48,7 +48,7 @@ static const char *nct6791d_acpi_hid(const struct device *dev)
|
|||
return NULL;
|
||||
|
||||
switch (dev->path.pnp.device & 0xff) {
|
||||
case NCT6791D_SP1: /* falltrough */
|
||||
case NCT6791D_SP1: /* fallthrough */
|
||||
case NCT6791D_SP2:
|
||||
return ACPI_HID_COM;
|
||||
case NCT6791D_KBC:
|
||||
|
|
Loading…
Reference in New Issue