Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235672
b: refs/heads/master
c: 56aec8d
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent aab8766 commit 6537dae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: e8b754ee8f71835281bdcea91d0ab37718abadb6
refs/heads/master: 56aec8de6ee32cde195ae83ce765583191238860
8 changes: 4 additions & 4 deletions trunk/drivers/staging/comedi/drivers/me4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ static int me4000_attach(struct comedi_device *dev,
struct comedi_devconfig *it);
static int me4000_detach(struct comedi_device *dev);
static struct comedi_driver driver_me4000 = {
driver_name: "me4000",
module : THIS_MODULE,
attach : me4000_attach,
detach : me4000_detach,
.driver_name = "me4000",
.module = THIS_MODULE,
.attach = me4000_attach,
.detach = me4000_detach,
};

/*-----------------------------------------------------------------------------
Expand Down

0 comments on commit 6537dae

Please sign in to comment.