Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363943
b: refs/heads/master
c: 8399965
h: refs/heads/master
i:
  363941: dd6f5fc
  363939: 8d7575e
  363935: 0a50104
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent 8adcc94 commit 1845613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: adbd1741a5389e07ab8a7f32ca282236e9026a83
refs/heads/master: 8399965210f38913b90df70658f0530655d12ecb
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/drivers/serial2002.c
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ static int serial2002_attach(struct comedi_device *dev,
struct comedi_subdevice *s;
int ret;

dev_dbg(dev->class_dev, "serial2002: attach\n");
dev->board_name = dev->driver->driver_name;

devpriv = kzalloc(sizeof(*devpriv), GFP_KERNEL);
Expand All @@ -756,8 +755,6 @@ static int serial2002_attach(struct comedi_device *dev,
dev->close = serial_2002_close;
devpriv->port = it->options[0];
devpriv->speed = it->options[1];
dev_dbg(dev->class_dev, "/dev/ttyS%d @ %d\n", devpriv->port,
devpriv->speed);

ret = comedi_alloc_subdevices(dev, 5);
if (ret)
Expand Down

0 comments on commit 1845613

Please sign in to comment.