]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nvidiafb: fix unreachable code in nv10GetConfig
authorNathan Lynch <ntl@pobox.com>
Wed, 29 Nov 2006 11:17:37 +0000 (12:17 +0100)
committerAdrian Bunk <bunk@stusta.de>
Wed, 29 Nov 2006 11:17:37 +0000 (12:17 +0100)
commit193d2e39e134fb04211b77e0eb0ac3f8315a5967
tree33fc24eb57f398460987c5509d89b35184aff9a2
parentf6cbbf0f530efde11ef77f03d9e47b993e128965
nvidiafb: fix unreachable code in nv10GetConfig

Fix binary/logical operator typo which leads to unreachable code.  Noticed
while looking at other issues; I don't have the relevant hardware to test
this.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/video/nvidia/nv_setup.c