Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122873
b: refs/heads/master
c: c14ea0c
h: refs/heads/master
i:
  122871: d833f8e
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Dec 26, 2008
1 parent a9ece77 commit a62a074
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 90f5dfcc6afafcc3e1c18298143c1213b071990d
refs/heads/master: c14ea0ca659d378dd377e417162ebd908d1da4ce
5 changes: 2 additions & 3 deletions trunk/drivers/net/wan/pc300_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2718,9 +2718,8 @@ static int cpc_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
}
pc300patrntst.num_errors =
falc_pattern_test_error(card, ch);
if (!arg
|| copy_to_user(arg, &pc300patrntst,
sizeof (pc300patterntst_t)))
if (copy_to_user(arg, &pc300patrntst,
sizeof(pc300patterntst_t)))
return -EINVAL;
} else {
falc_pattern_test(card, ch, pc300patrntst.patrntst_on);
Expand Down

0 comments on commit a62a074

Please sign in to comment.