Skip to content

Commit d57f203

Browse files
Linus Walleijbroonie
authored andcommitted
regmap: mmio: Fix rebase error
A dangling pointless "ret 0" was left in and some unneeded whitespace can go too. Fixes: 81c0386 ("regmap: mmio: Support accelerared noinc operations") Reported-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20220831141303.501548-1-linus.walleij@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b705992 commit d57f203

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/base/regmap/regmap-mmio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,14 +410,11 @@ static int regmap_mmio_noinc_read(void *context, unsigned int reg,
410410
}
411411
}
412412

413-
414413
out_clk:
415414
if (!IS_ERR(ctx->clk))
416415
clk_disable(ctx->clk);
417416

418417
return ret;
419-
420-
return 0;
421418
}
422419

423420

0 commit comments

Comments
 (0)