]> git.neil.brown.name Git - history.git/commitdiff
Fix typo in radeon pll update
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 3 Mar 2004 08:14:02 +0000 (00:14 -0800)
committerDave Kleikamp <jfs.adm@hostme.bitkeeper.com>
Wed, 3 Mar 2004 08:14:02 +0000 (00:14 -0800)
It was missing an "s" from "uses_dvo"

drivers/video/aty/radeon_base.c

index d5b77dc19089c04afeabb54079fbade5cad35393..a9d3db2455644683135f7e85bb7090aa921e1e2d 100644 (file)
@@ -1364,7 +1364,7 @@ static void radeon_calc_pll_regs(struct radeonfb_info *rinfo, struct radeon_regs
                break;
        }
 #else
-       use_dvo = 1;
+       uses_dvo = 1;
 #endif
        if (freq > rinfo->pll.ppll_max)
                freq = rinfo->pll.ppll_max;