Loading drivers/mfd/si476x-i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core, goto unknown_revision; } case SI476X_FUNC_BOOTLOADER: default: /* FALLTHROUG */ default: /* FALLTHROUGH */ BUG(); return -1; } Loading Loading
drivers/mfd/si476x-i2c.c +1 −1 Original line number Diff line number Diff line Loading @@ -588,7 +588,7 @@ static int si476x_core_fwver_to_revision(struct si476x_core *core, goto unknown_revision; } case SI476X_FUNC_BOOTLOADER: default: /* FALLTHROUG */ default: /* FALLTHROUGH */ BUG(); return -1; } Loading