The patch titled fbdev: geforce 7300 cleanup has been added to the -mm tree. Its filename is fbdev-geforce-7300-cleanup.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fbdev: geforce 7300 cleanup From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> ups... coding style. Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/nvidia/nv_hw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/video/nvidia/nv_hw.c~fbdev-geforce-7300-cleanup drivers/video/nvidia/nv_hw.c --- a/drivers/video/nvidia/nv_hw.c~fbdev-geforce-7300-cleanup +++ a/drivers/video/nvidia/nv_hw.c @@ -149,7 +149,9 @@ static void nvGetClocks(struct nvidia_pa 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 { _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are origin.patch i386-irq-kill-irq-compression.patch xfs-fix-unmount-race.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch fbdev-geforce-7300-cleanup.patch reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html