Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353951
b: refs/heads/master
c: 0653bed
h: refs/heads/master
i:
  353949: 938b855
  353947: 80ff3f3
  353943: 0858e0b
  353935: 8d98c9f
  353919: 1d28a6f
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent b06359e commit cfd76ce
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: 21f181f16cea4a4cbaea25409ddb044a4ad5cd34
refs/heads/master: 0653bed67922d757a750adcb16edf8f56e4abcde
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/comedi_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int waveform_ai_cancel(struct comedi_device *dev,
struct waveform_private *devpriv = dev->private;

devpriv->timer_running = 0;
del_timer(&devpriv->timer);
del_timer_sync(&devpriv->timer);
return 0;
}

Expand Down

0 comments on commit cfd76ce

Please sign in to comment.