Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e621019 authored by Paul Menzel's avatar Paul Menzel Committed by Linus Torvalds
Browse files

drivers/video/aty/radeon_base.c: fix typo in comment

parent 811a2013
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -698,8 +698,8 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo)
found:
	/*
	 * Some methods fail to retrieve SCLK and MCLK values, we apply default
	 * settings in this case (200Mhz). If that really happne often, we could
	 * fetch from registers instead...
	 * settings in this case (200Mhz). If that really happens often, we
	 * could fetch from registers instead...
	 */
	if (rinfo->pll.mclk == 0)
		rinfo->pll.mclk = 20000;