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:
Elyes HAOUAS 2019-12-05 09:14:30 +01:00 committed by Felix Held
parent 2f50d7cd3b
commit 9a669b1c68
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: