[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220831141303.501548-1-linus.walleij@linaro.org>
Date: Wed, 31 Aug 2022 16:13:03 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Mark Brown <broonie@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Andy Shevchenko <andriy.shevchenko@...el.com>
Subject: [PATCH] regmap: mmio: Fix rebase error
A dangling pointless "ret 0" was left in and some unneeded
whitespace can go too.
Fixes: 81c0386c1376 ("regmap: mmio: Support accelerared noinc operations")
Reported-by: Andy Shevchenko <andriy.shevchenko@...el.com>
Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
---
drivers/base/regmap/regmap-mmio.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/base/regmap/regmap-mmio.c b/drivers/base/regmap/regmap-mmio.c
index e8d2675463ac..b47ee3e8d050 100644
--- a/drivers/base/regmap/regmap-mmio.c
+++ b/drivers/base/regmap/regmap-mmio.c
@@ -410,14 +410,11 @@ static int regmap_mmio_noinc_read(void *context, unsigned int reg,
}
}
-
out_clk:
if (!IS_ERR(ctx->clk))
clk_disable(ctx->clk);
return ret;
-
- return 0;
}
--
2.37.2
Powered by blists - more mailing lists