Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317369
b: refs/heads/master
c: cf8a6b3
h: refs/heads/master
i:
  317367: c6d545e
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 14, 2012
1 parent e1f7e50 commit 5c37299
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f9af899b0c6c778083d1040349930a0f9fffb525
refs/heads/master: cf8a6b3d86ec4d6ac8e2925a65335bd0d155c480
7 changes: 4 additions & 3 deletions trunk/drivers/staging/comedi/drivers/8255.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ static int subdev_8255_insn(struct comedi_device *dev,
return insn->n;
}

static void do_config(struct comedi_device *dev, struct comedi_subdevice *s)
static void subdev_8255_do_config(struct comedi_device *dev,
struct comedi_subdevice *s)
{
struct subdev_8255_private *spriv = s->private;
unsigned long iobase = spriv->iobase;
Expand Down Expand Up @@ -221,7 +222,7 @@ static int subdev_8255_insn_config(struct comedi_device *dev,
return -EINVAL;
}

do_config(dev, s);
subdev_8255_do_config(dev, s);

return 1;
}
Expand Down Expand Up @@ -344,7 +345,7 @@ int subdev_8255_init(struct comedi_device *dev, struct comedi_subdevice *s,
s->state = 0;
s->io_bits = 0;

do_config(dev, s);
subdev_8255_do_config(dev, s);

return 0;
}
Expand Down

0 comments on commit 5c37299

Please sign in to comment.