x86/platform/olpc: Don't split string literals when fixing up the DT
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 18 Apr 2019 14:46:47 +0000 (16:46 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 18 Apr 2019 19:51:04 +0000 (21:51 +0200)
commit0806a13c5a4306b6a49f094cd83bd94860be26a5
tree7b4553f351a0a0f1cace207c64874c0405580c5c
parentd25ad7fdfb2bedbd6e8e0214bff1acbe7cdab3f1
x86/platform/olpc: Don't split string literals when fixing up the DT

It was pointed out in a review, and checkpatch.pl complains about this.
Breaking it down into multiple ofw evaluations works just as well and
reads better.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
arch/x86/platform/olpc/olpc_dt.c