Skip to content

Commit d57f203

Browse files
linuswbroonie
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 <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b705992 commit d57f203

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)