]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1
authorHuacai Chen <chenhc@lemote.com>
Mon, 11 May 2015 03:08:22 +0000 (11:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:34:49 +0000 (13:34 -0700)
commit9c7f20c528b6d274d2193efddbc9572dea52c438
tree6465648eb4cd2d752f99e5ad302690bd8ac71c99
parent62e12dcd3fe60be5218a80caa25adf1fe08366e9
staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

If image->depth != 1, lynxfb_ops_imageblit() should fallback to call
cfb_imageblit(), not return directly. Otherwise it can't display the
boot logo.

Cc: Teddy Wang <teddy.wang@siliconmotion.com>
Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/TODO
drivers/staging/sm750fb/sm750.c