From: Huacai Chen Date: Mon, 11 May 2015 03:08:22 +0000 (+0800) Subject: staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1 X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~588 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288ef567ab7b43f19838afbe12b471f1ff5fdfa3;p=pandora-kernel.git 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 Acked-by: Sudip Mukherjee Signed-off-by: Huacai Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed