diff --git a/[refs] b/[refs] index 5000d67d246b..fc62336f53de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b268f484f9d7ce91301091e0fb2c80e9e8caa3df +refs/heads/master: bdc4abdd0960e7ca946f4ec93b4cf7a2b826b24f diff --git a/trunk/drivers/usb/class/usblp.c b/trunk/drivers/usb/class/usblp.c index 15e740e3a5c4..7b1edfe46b28 100644 --- a/trunk/drivers/usb/class/usblp.c +++ b/trunk/drivers/usb/class/usblp.c @@ -1003,7 +1003,7 @@ static int usblp_probe(struct usb_interface *intf, usblp->writebuf, usblp->writeurb->transfer_dma); if (usblp->readbuf) usb_buffer_free (usblp->dev, USBLP_BUF_SIZE, - usblp->readbuf, usblp->writeurb->transfer_dma); + usblp->readbuf, usblp->readurb->transfer_dma); kfree(usblp->statusbuf); kfree(usblp->device_id_string); usb_free_urb(usblp->writeurb);