]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: sh: Restore devm_ioremap() alignment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 08:48:36 +0000 (09:48 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 12 Feb 2020 11:21:40 +0000 (12:21 +0100)
commitf24f65e6d91cdbaaac764cd47ffd4ea0285405b4
tree7455dd20aaae6a6ec2a162cafa54ce60ee905c9f
parent900abd43b6d837ba70928a9ee9599ba3be1d2fb6
rtc: sh: Restore devm_ioremap() alignment

The alignment of the continuation of the devm_ioremap() call in
sh_rtc_probe() was broken.  Join the lines, as all parameters can fit on
a single line.

Fixes: 32c5fd4883e3c38e ("remove ioremap_nocache and devm_ioremap_nocache")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200212084836.9511-1-geert+renesas@glider.be
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sh.c