Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281223
b: refs/heads/master
c: 4bd8b4d
h: refs/heads/master
i:
  281221: 5f1f96e
  281219: 635319a
  281215: 6931a60
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Dec 1, 2011
1 parent 2101c29 commit da4c6a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f75c0510784e9f6ce8808b01fb826d89d0ffbcd6
refs/heads/master: 4bd8b4de6f806f1429d23a2f6e2549ed0e8bc49b
6 changes: 3 additions & 3 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,8 @@ static int line6_probe(struct usb_interface *interface,
const struct usb_device_id *id)
{
int devtype;
struct usb_device *usbdev = NULL;
struct usb_line6 *line6 = NULL;
struct usb_device *usbdev;
struct usb_line6 *line6;
const struct line6_properties *properties;
int devnum;
int interface_number, alternate = 0;
Expand Down Expand Up @@ -936,7 +936,7 @@ static int line6_probe(struct usb_interface *interface,
}

if (size == 0) {
dev_err(line6->ifcdev,
dev_err(&interface->dev,
"driver bug: interface data size not set\n");
ret = -ENODEV;
goto err_put;
Expand Down

0 comments on commit da4c6a9

Please sign in to comment.