This is a note to let you know that I've just added the patch titled
Subject: usbnet: printk format warning
to my gregkh-2.6 tree. Its filename is
usbnet-printk-format-warning.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From [email protected] Mon Aug 7 15:56:22 2006
Date: Mon, 7 Aug 2006 15:56:40 -0700
From: "Randy.Dunlap" <[email protected]>
To: lkml <[email protected]>
Cc: akpm <[email protected]>, gregkh <[email protected]>
Subject: usbnet: printk format warning
Message-Id: <[email protected]>
From: Randy Dunlap <[email protected]>
Fix printk format warning(s):
drivers/usb/net/usbnet.c:654: warning: int format, different type arg (arg 3)
Can't say that I understand this one...
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/usb/net/usbnet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- gregkh-2.6.orig/drivers/usb/net/usbnet.c
+++ gregkh-2.6/drivers/usb/net/usbnet.c
@@ -652,7 +652,7 @@ static int usbnet_open (struct net_devic
framing = "simple";
devinfo (dev, "open: enable queueing "
- "(rx %d, tx %d) mtu %d %s framing",
+ "(rx %ld, tx %d) mtu %u %s framing",
RX_QLEN (dev), TX_QLEN (dev), dev->net->mtu,
framing);
}
Patches currently in gregkh-2.6 which might be from [email protected] are
driver/driver-core-fix-driver-core-kernel-doc.patch
driver/debugfs-kernel-doc-fixes-for-debugfs.patch
usb/usbnet-printk-format-warning.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]