From: Maciej W. Rozycki Date: Tue, 16 Oct 2007 08:29:57 +0000 (-0700) Subject: tgafb: remove a redundant non-mono test in mono imageblit X-Git-Tag: v2.6.24-rc1~843 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102a1a20d2b0a412d4cd4a9f047761f7925405ff;p=pandora-kernel.git tgafb: remove a redundant non-mono test in mono imageblit There is a test in tgafb_mono_imageblit() for a colour image with a fall-back to cfb_imageblit(). The test is not necessary as the only caller, which is tgafb_imageblit(), checks it too and only invokes this function for monochrome images. It looks like a left-over from before some changes to tgafb_imageblit(). Signed-off-by: Maciej W. Rozycki Cc: Antonino Daplas Cc: Jay Estabrook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed