From: John Stanley Date: Thu, 4 Aug 2011 00:41:00 +0000 (-0400) Subject: savagedb: Fix typo causing regression in savage4 series video chip detection X-Git-Tag: v3.1-rc1~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b00e4b3940eabb38adeec0823751820fe2d6fda;p=pandora-kernel.git savagedb: Fix typo causing regression in savage4 series video chip detection Two additional savage4 variants were added, but the S3_SAVAGE4_SERIES macro was incompletely modified, resulting in a false positive detection of a savage4 card regardless of which savage card is actually present. For non-savage4 series cards, such as a Savage/IX-MV card, this results in garbled video and/or a hard-hang at boot time. Fix this by changing an '||' to an '&&' in the S3_SAVAGE4_SERIES macro. Signed-off-by: John P. Stanley Reviewed-by: Tormod Volden [ The macros have incomplete parenthesis too, but whatever .. -Linus ] Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed