diff options
Diffstat (limited to 'drivers/net/irda/irda-usb.c')
-rw-r--r-- | drivers/net/irda/irda-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/irda-usb.c b/drivers/net/irda/irda-usb.c index 2c9b3af16612..4441fa3389c2 100644 --- a/drivers/net/irda/irda-usb.c +++ b/drivers/net/irda/irda-usb.c | |||
@@ -839,7 +839,7 @@ static void irda_usb_receive(struct urb *urb) | |||
839 | /* Usually precursor to a hot-unplug on OHCI. */ | 839 | /* Usually precursor to a hot-unplug on OHCI. */ |
840 | default: | 840 | default: |
841 | self->netdev->stats.rx_errors++; | 841 | self->netdev->stats.rx_errors++; |
842 | IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X \n", __func__, urb->status, urb->transfer_flags); | 842 | IRDA_DEBUG(0, "%s(), RX status %d, transfer_flags 0x%04X\n", __func__, urb->status, urb->transfer_flags); |
843 | break; | 843 | break; |
844 | } | 844 | } |
845 | /* If we received an error, we don't want to resubmit the | 845 | /* If we received an error, we don't want to resubmit the |