Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317265
b: refs/heads/master
c: cbdfaff
h: refs/heads/master
i:
  317263: 668df9e
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jun 11, 2012
1 parent 6d2d06d commit 6eae351
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 83afda9d449c61b55881d50465833784d8fda786
refs/heads/master: cbdfaffc461fd3df12f494655aca5cae68d6c7aa
5 changes: 1 addition & 4 deletions trunk/drivers/staging/comedi/drivers/amplc_pci224.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ Passing a zero for an option is the same as leaving it unspecified.
/* Combine old and new bits. */
#define COMBINE(old, new, mask) (((old) & ~(mask)) | ((new) & (mask)))

/* A generic null function pointer value. */
#define NULLFUNC 0

/* Current CPU. XXX should this be hard_smp_processor_id()? */
#define THISCPU smp_processor_id()

Expand Down Expand Up @@ -703,7 +700,7 @@ pci224_ao_inttrig_start(struct comedi_device *dev, struct comedi_subdevice *s,
if (trignum != 0)
return -EINVAL;

s->async->inttrig = NULLFUNC;
s->async->inttrig = NULL;
pci224_ao_start(dev, s);

return 1;
Expand Down

0 comments on commit 6eae351

Please sign in to comment.