Re: [PATCH] USB and Driver Core patches for 2.6.10

From: Greg KH (greg_at_kroah.com)
Date: 01/08/05

  • Next message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"
    Date:	Fri, 7 Jan 2005 21:47:48 -0800
    To: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
    
    

    ChangeSet 1.1938.446.39, 2004/12/20 10:37:42-08:00, greg@kroah.com

    USB: change warning level in ftdi_sio driver of a debug message.

    This keeps users happy as it really isn't an error.

    Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>

     drivers/usb/serial/ftdi_sio.c | 2 +-
     1 files changed, 1 insertion(+), 1 deletion(-)

    diff -Nru a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
    --- a/drivers/usb/serial/ftdi_sio.c 2005-01-07 15:44:16 -08:00
    +++ b/drivers/usb/serial/ftdi_sio.c 2005-01-07 15:44:16 -08:00
    @@ -1651,7 +1651,7 @@
             dbg("%s port %d, %d bytes", __FUNCTION__, port->number, count);
     
             if (count == 0) {
    - err("write request of 0 bytes");
    + dbg("write request of 0 bytes");
                     return 0;
             }
             

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Greg KH: "Re: [PATCH] USB and Driver Core patches for 2.6.10"

    Relevant Pages

    • (no subject)
      ... The current kernel generates a debug message on an HP ze1115 notebook with a ... The kernel was compiled with gcc 4.0.2. ... Same treatement as cache entries under sysfs. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Invalid context debug message from 2.6.14-git6 with powernow_k7
      ... The current kernel generates a debug message on an HP ze1115 notebook with a ... to sysfs online file, these entries should be created and destroyed when ... Same treatement as cache entries under sysfs. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] atkbd shaddup
      ... On Fri, 12 Mar 2004, Theodore Ts'o wrote: ... >> Andrew, ... one debug message was turned into ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] atkbd shaddup
      ... one debug message was turned into ... and a couple of warnings were turned into info where I thought ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: 2.6.0-test8: panic on boot
      ... > EFLAGS: 00010213 ... > Call Trace: ... Well clearly one of the strings in this debug message in ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

    Loading