The expectation is that future revisions will behave as revision B. Signed-off-by: Mark Brown <broo...@opensource.wolfsonmicro.com> --- drivers/mfd/wm5102-tables.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 447b00b..b82a003 100644 --- a/drivers/mfd/wm5102-tables.c +++ b/drivers/mfd/wm5102-tables.c @@ -76,12 +76,10 @@ int wm5102_patch(struct arizona *arizona) return regmap_register_patch(arizona->regmap, wm5102_reva_patch, ARRAY_SIZE(wm5102_reva_patch)); - case 1: + default: return regmap_register_patch(arizona->regmap, wm5102_revb_patch, ARRAY_SIZE(wm5102_revb_patch)); - default: - return 0; } } -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/