On Fri, Mar 22, 2002 at 03:59:32PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-03-22 15:26:23-08:00, [EMAIL PROTECTED] > USB core > > change a message from a warning to a debug message (it's not that important). > > drivers/usb/usb.c | 2 +- > 1 files changed, 1 insertion(+), 1 deletion(-)
# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.237 -> 1.238 # drivers/usb/usb.c 1.18 -> 1.19 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/03/22 [EMAIL PROTECTED] 1.238 # USB core # # change a message from a warning to a debug message (it's not that important). # -------------------------------------------- # diff -Nru a/drivers/usb/usb.c b/drivers/usb/usb.c --- a/drivers/usb/usb.c Fri Mar 22 15:48:31 2002 +++ b/drivers/usb/usb.c Fri Mar 22 15:48:31 2002 @@ -1955,7 +1955,7 @@ /* 9.4.10 says devices don't need this, if the interface only has one alternate setting */ if (iface->num_altsetting == 1) { - warn("ignoring set_interface for dev %d, iface %d, alt %d", + dbg("ignoring set_interface for dev %d, iface %d, alt %d", dev->devnum, interface, alternate); return 0; } _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel