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

Commit e98e267c authored by Michal Piotrowski's avatar Michal Piotrowski Committed by Linus Torvalds
Browse files

fbdev: geforce 7300 cleanup



ups... coding style.

Signed-off-by: default avatarMichal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7699acd1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -149,7 +149,9 @@ static void nvGetClocks(struct nvidia_par *par, unsigned int *MClk,
		pll = NV_RD32(par->PMC, 0x4024);
		M = pll & 0xFF;
		N = (pll >> 8) & 0xFF;
		if (((par->Chipset & 0xfff0) == 0x0290) || ((par->Chipset & 0xfff0) == 0x0390) || ((par->Chipset & 0xfff0) == 0x02E0)) {
		if (((par->Chipset & 0xfff0) == 0x0290) ||
			((par->Chipset & 0xfff0) == 0x0390) ||
			((par->Chipset & 0xfff0) == 0x02E0)) {
			MB = 1;
			NB = 1;
		} else {