Commit 3201b05b authored by Linus Torvalds's avatar Linus Torvalds Committed by Dave Kleikamp

Fix typo in radeon pll update

It was missing an "s" from "uses_dvo"
parent a6496491
...@@ -1364,7 +1364,7 @@ static void radeon_calc_pll_regs(struct radeonfb_info *rinfo, struct radeon_regs ...@@ -1364,7 +1364,7 @@ static void radeon_calc_pll_regs(struct radeonfb_info *rinfo, struct radeon_regs
break; break;
} }
#else #else
use_dvo = 1; uses_dvo = 1;
#endif #endif
if (freq > rinfo->pll.ppll_max) if (freq > rinfo->pll.ppll_max)
freq = rinfo->pll.ppll_max; freq = rinfo->pll.ppll_max;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment