On Wed, Jul 18, 2018 at 10:45:34AM +0200, Guido Kiener wrote: > } > - dev_warn(dev, "invalid notification: %x\n", data->iin_buffer[0]); > + dev_warn(dev, "invalid notification: %x\n", > + data->iin_buffer[0]); > break; > case -EOVERFLOW: > dev_err(dev, "overflow with length %d, actual length is %d\n", > @@ -1295,6 +1369,7 @@ static void usbtmc_interrupt(struct urb *urb) > case -ESHUTDOWN: > case -EILSEQ: > case -ETIME: > + case -EPIPE: > /* urb terminated, clean up */ > dev_dbg(dev, "urb terminated, status: %d\n", status); > return; Minor nit, these two changes didn't have anything to do with the larger patch. I'll let them slide for now, but please be more careful in the future. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html