Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213787
b: refs/heads/master
c: 354c8e3
h: refs/heads/master
i:
  213785: 5ebb1b1
  213783: ec7111c
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Aug 17, 2010
1 parent 8cbce29 commit 73f3420
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 1565c7c1c4c8e931bdba66abc8aa6f141a406872
refs/heads/master: 354c8e3104a8513dbbdc4dea1ffbefe714371e88
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/c101.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int c101_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
new_line.clock_type != CLOCK_TXFROMRX &&
new_line.clock_type != CLOCK_INT &&
new_line.clock_type != CLOCK_TXINT)
return -EINVAL; /* No such clock setting */
return -EINVAL; /* No such clock setting */

if (new_line.loopback != 0 && new_line.loopback != 1)
return -EINVAL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/n2.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int n2_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
new_line.clock_type != CLOCK_TXFROMRX &&
new_line.clock_type != CLOCK_INT &&
new_line.clock_type != CLOCK_TXINT)
return -EINVAL; /* No such clock setting */
return -EINVAL; /* No such clock setting */

if (new_line.loopback != 0 && new_line.loopback != 1)
return -EINVAL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/pci200syn.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int pci200_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
new_line.clock_type != CLOCK_TXFROMRX &&
new_line.clock_type != CLOCK_INT &&
new_line.clock_type != CLOCK_TXINT)
return -EINVAL; /* No such clock setting */
return -EINVAL; /* No such clock setting */

if (new_line.loopback != 0 && new_line.loopback != 1)
return -EINVAL;
Expand Down

0 comments on commit 73f3420

Please sign in to comment.