From: Roel Kluin Date: Tue, 22 Sep 2009 23:47:04 +0000 (-0700) Subject: platinumfb: fix misplaced parenthesis X-Git-Tag: v2.6.32-rc1~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e3658f0df6f708202159302b4f3915d9b97b8dc;p=pandora-kernel.git platinumfb: fix misplaced parenthesis Since `+' has a higher precedence than the trinary operator `?', this added `hres * (1 << color_mode)' to the boolean testing videomode and depth. Signed-off-by: Roel Kluin Cc: Geert Uytterhoeven Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Ville Syrjala Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed