]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit38a49742de113746dfb954afe7b1b65a098a69a8
tree7455dd20aaae6a6ec2a162cafa54ce60ee905c9f
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
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: 4bdc0d676a643140 ("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