]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb74022467760bb1c151ec94cfa93abb134d8cffb
tree7b4553f351a0a0f1cace207c64874c0405580c5c
parent8e97f9789016689c54f69d48dab4bbf134b4aaa8
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