From: Oliver Neukum Date: Wed, 28 Nov 2007 22:50:02 +0000 (-0800) Subject: USB: make the microtek driver and HAL cooperate X-Git-Tag: v2.6.23.10~51 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd5cca4e50d4619ebc19b8defa5e38ec50f3615d;p=karo-tx-linux.git USB: make the microtek driver and HAL cooperate patch 5cf1973a44bd298e3cfce6f6af8faa8c9d0a6d55 in mainline to make HAL like the microtek driver's devices the parent must be correctly set. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/image/microtek.c b/drivers/usb/image/microtek.c index 768b2c11a231..af0461e022a5 100644 --- a/drivers/usb/image/microtek.c +++ b/drivers/usb/image/microtek.c @@ -824,7 +824,7 @@ static int mts_usb_probe(struct usb_interface *intf, goto out_kfree2; new_desc->host->hostdata[0] = (unsigned long)new_desc; - if (scsi_add_host(new_desc->host, NULL)) { + if (scsi_add_host(new_desc->host, &dev->dev)) { err_retval = -EIO; goto out_host_put; }