staging: unisys: s-Par video channel includes EFI framebuffer
authorDavid Kershner <david.kershner@unisys.com>
Tue, 16 Jun 2015 03:31:56 +0000 (23:31 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2015 21:33:51 +0000 (14:33 -0700)
commit99c805f4c2912a8cbdb4659de24e1a14bd498ae3
tree3b0bbef78f3c02fee50e9092b9994f817bb74647
parent08c40197479f67c6580b88738da72f9cdffb8b4b
staging: unisys: s-Par video channel includes EFI framebuffer

The efi framebuffer is defined within the s-Par video channel
console. Before we get the device create message for the video
console, s-Par has alreaady informed linux about the efi
framebuffer and a memory region is already set up for it. Since
we do not use the video channel in linux, we are just ignoring
the failure of the video channel request_mem_region.

Testing: This patch was tested on top of s-Par and we no longer
leave the partition in a failed state.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchannel.c