]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf44f345cf5a1fe382eebd4aacd4316f36892f38b
tree3b0bbef78f3c02fee50e9092b9994f817bb74647
parent9bc1b9715c6d67bb966c4d13ab65c8952400d313
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