Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74334
b: refs/heads/master
c: 5cf1973
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent 1e238ec commit 5ad87d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a9bee8256a2dec26290a3bfff86ab86b8992547
refs/heads/master: 5cf1973a44bd298e3cfce6f6af8faa8c9d0a6d55
2 changes: 1 addition & 1 deletion trunk/drivers/usb/image/microtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,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;
}
Expand Down

0 comments on commit 5ad87d3

Please sign in to comment.