ASoC: sh: fsi: Restore devm_ioremap() alignment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 08:50:08 +0000 (09:50 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 12 Feb 2020 18:42:47 +0000 (18:42 +0000)
commit82dabf599b221a712e951b9061c56669565552a9
treede0fc29f46ab579d05bf451dd22f69a93c0826f3
parent7b94ace7ec5e81f3bb79c48d306e79eae4fce4a4
ASoC: sh: fsi: Restore devm_ioremap() alignment

The alignment of the continuation of the devm_ioremap() call in
fsi_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/20200212085008.9652-1-geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c