]> git.baikalelectronics.ru Git - kernel.git/commit
x86/platform/uv: Remove spaces from OEM IDs
authorMike Travis <mike.travis@hpe.com>
Thu, 5 Nov 2020 22:27:40 +0000 (16:27 -0600)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 7 Nov 2020 10:17:39 +0000 (11:17 +0100)
commit65cb314c7c3d7bc574c827704e2b65dcfe8e2c00
treeb9948fce9160a102cf62a6ce027806afd968653c
parent565280f246c661c503a7bf71c71881fcc9be38b2
x86/platform/uv: Remove spaces from OEM IDs

Testing shows that trailing spaces caused problems with the OEM_ID and
the OEM_TABLE_ID.  One being that the OEM_ID would not string compare
correctly.  Another the OEM_ID and OEM_TABLE_ID would be concatenated
in the printout.  Remove any trailing spaces.

Fixes: 44b82775e8eb0 ("Add and decode Arch Type in UVsystab")
Signed-off-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201105222741.157029-3-mike.travis@hpe.com
arch/x86/kernel/apic/x2apic_uv_x.c