Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325545
b: refs/heads/master
c: 67f2021
h: refs/heads/master
i:
  325543: 2188de5
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 19382f6 commit 503140e
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: 54a2a02ea51f606ba37f800c5e5eebb049ca6fb8
refs/heads/master: 67f2021fb1519057b0643d871b2afcd583bcc40d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/s526.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int s526_gpct_winsn(struct comedi_device *dev,
The above periods must be expressed as a multiple of the
pulse frequency on the selected source
*/
if ((data[1] < data[0]) || !data[0])
if ((data[1] <= data[0]) || !data[0])
return -EINVAL;

/* Fall thru to write the PULSE_WIDTH */
Expand Down

0 comments on commit 503140e

Please sign in to comment.