lkml.org 
[lkml]   [2008]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 13/80] Fix oti6858 debug level
    Date
    From: Scott Ashcroft <scott.ashcroft@talk21.com>

    For some reason the oti6858 driver undefines and redefines the dbg
    macro. This makes it spew debugging messages at KERN_INFO instead of
    KERN_DEBUG.

    This patch removes the undef and define making the driver log like every
    other USB serial driver.

    Signed-off-by: Scott Ashcroft <scott.ashcroft@talk21.com>
    Signed-off-by: Alan Cox <alan@redhat.com>
    ---

    drivers/usb/serial/oti6858.c | 4 ----
    1 files changed, 0 insertions(+), 4 deletions(-)


    diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c
    index 81db571..42f9281 100644
    --- a/drivers/usb/serial/oti6858.c
    +++ b/drivers/usb/serial/oti6858.c
    @@ -224,10 +224,6 @@ struct oti6858_private {
    struct usb_serial_port *port; /* USB port with which associated */
    };

    -#undef dbg
    -/* #define dbg(format, arg...) printk(KERN_INFO "%s: " format "\n", __FILE__, ## arg) */
    -#define dbg(format, arg...) printk(KERN_INFO "" format "\n", ## arg)
    -
    static void setup_line(struct work_struct *work)
    {
    struct oti6858_private *priv = container_of(work,


    \
     
     \ /
      Last update: 2008-10-13 11:39    [W:3.631 / U:1.736 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site