From: Chen Gang Date: Tue, 20 Aug 2013 02:33:56 +0000 (+0800) Subject: drivers: video: fbcmap: remove the redundency and incorrect checkings X-Git-Tag: v3.12-rc1~137^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb40585c9d934db3585e1f422e2ffb1dd5e9631;p=pandora-kernel.git drivers: video: fbcmap: remove the redundency and incorrect checkings fb_set_cmap() already checks the parameters, so need remove the redundancy checking. This redundancy checking is also incorrect, the related warning: drivers/video/fbcmap.c:288:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] Signed-off-by: Chen Gang Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed