Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304324
b: refs/heads/master
c: b3f79f9
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent 9f250ab commit 945df21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 5a613d6460cdf311a2637aa29919ccb48bb402be
refs/heads/master: b3f79f980a07fabe22d553fb75010d5d0a12c943
4 changes: 0 additions & 4 deletions trunk/drivers/staging/comedi/drivers/usbdux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2623,7 +2623,6 @@ static int usbdux_attach_common(struct comedi_device *dev,
void *aux_data, int aux_len)
{
int ret;
int index = (int)(udev - usbduxsub);
struct comedi_subdevice *s = NULL;

down(&udev->sem);
Expand Down Expand Up @@ -2654,9 +2653,6 @@ static int usbdux_attach_common(struct comedi_device *dev,
return ret;
}

dev_info(&udev->interface->dev,
"comedi%d: usb-device %d is attached to comedi.\n",
dev->minor, index);
/* private structure is also simply the usb-structure */
dev->private = udev;

Expand Down

0 comments on commit 945df21

Please sign in to comment.