Commit e662d349 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Walleij
Browse files

pinctrl: cy8c95x0: Use 'default' in all switch-cases (part 2)

parent 88d60d7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -357,10 +357,10 @@ static bool cy8c95x0_volatile_register(struct device *dev, unsigned int reg)
	case CY8C95X0_DRV_PP_SLOW:
	case CY8C95X0_DRV_HIZ:
		return true;
	}

	default:
		return false;
	}
}

static bool cy8c95x0_precious_register(struct device *dev, unsigned int reg)
{