Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363966
b: refs/heads/master
c: ae5dd5f
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent bec178c commit 59eb63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 34b68400ee3aabda0cd0c951fca3b8e6fd96c015
refs/heads/master: ae5dd5fcab2d9978e1a0a900a8598b4d92f02657
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,8 @@ static int comedi_device_postconfig(struct comedi_device *dev)
int ret;

ret = __comedi_device_postconfig(dev);
if (ret < 0) {
if (ret < 0)
return ret;
}
if (!dev->board_name) {
dev_warn(dev->class_dev, "BUG: dev->board_name=NULL\n");
dev->board_name = "BUG";
}
smp_wmb();
dev->attached = true;
return 0;
Expand Down

0 comments on commit 59eb63e

Please sign in to comment.