dbg() was used a lot a long time ago to trace code flow.  Now that we have
ftrace, this isn't needed at all, so remove these calls.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        int result;
        unsigned char *transfer_buffer;
 
-       /* dbg("ezusb_writememory %x, %d", address, length); */
        if (!serial->dev) {
                printk(KERN_ERR "ezusb: %s - no physical device present, "
                       "failing.\n", __func__);
 {
        int response;
 
-       /* dbg("%s - %d", __func__, reset_bit); */
        response = ezusb_writememory(serial, CPUCS_REG, &reset_bit, 1, 0xa0);
        if (response < 0)
                dev_err(&serial->dev->dev, "%s- %d failed\n",