Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205833
b: refs/heads/master
c: 440a654
h: refs/heads/master
i:
  205831: 6df52f5
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent b1d6a46 commit f4dfbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5f91c7ed1ec2eac7a278fade45b88e762f93c3d8
refs/heads/master: 440a65475d9bf0997c28feb206a16ddd87122e22
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/pcm3724.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static void enable_chan(struct comedi_device *dev, struct comedi_subdevice *s,
struct priv_pcm3724 *priv;

gatecfg = 0;
priv = (struct priv_pcm3724 *)(dev->private);
priv = dev->private;

mask = 1 << CR_CHAN(chanspec);
if (s == dev->subdevices) /* subdev 0 */
Expand Down

0 comments on commit f4dfbef

Please sign in to comment.