+ video-neofb-stray-bracket-fix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     video: neofb stray bracket fix
has been added to the -mm tree.  Its filename is
     video-neofb-stray-bracket-fix.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: video: neofb stray bracket fix
From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx>

This code is '#if 0'ed.  Anyway if anyone wants to dump neo registers
better to have it fixed.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/video/neofb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/neofb.c~video-neofb-stray-bracket-fix drivers/video/neofb.c
--- a/drivers/video/neofb.c~video-neofb-stray-bracket-fix
+++ a/drivers/video/neofb.c
@@ -1932,7 +1932,7 @@ static int __devinit neo_init_hw(struct 
 	printk(KERN_DEBUG "--- Neo extended register dump ---\n");
 	for (int w = 0; w < 0x85; w++)
 		printk(KERN_DEBUG "CR %p: %p\n", (void *) w,
-		       (void *) vga_rcrt(NULL, w);
+		       (void *) vga_rcrt(NULL, w));
 	for (int w = 0; w < 0xC7; w++)
 		printk(KERN_DEBUG "GR %p: %p\n", (void *) w,
 		       (void *) vga_rgfx(NULL, w));
_

Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are

fix2-gregkh-driver-modules-state.patch
git-dvb.patch
mips-dbg_io-stray-brackets-fix.patch
mtd-rtc_from4-brace-fix.patch
sk98lin-debug-build-fix.patch
scsi-sic7xxx-stray-bracket-fix.patch
h8300-stray-bracket-fix.patch
i2lib-unused-variable-cleanup.patch
make-1-bit-bitfields-unsigned.patch
char-ip2-remove-broken-macro.patch
video-cyberfb-broken-macro-removal.patch
video-neofb-stray-bracket-fix.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux