Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232445
b: refs/heads/master
c: 2221eca
h: refs/heads/master
i:
  232443: c98c3bd
v: v3
  • Loading branch information
Vasiliy Kulikov authored and David S. Miller committed Jan 22, 2011
1 parent 0052e3a commit 8960d2c
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: 9190b3b3208d052d98cb601fcc192f3f71a5658b
refs/heads/master: 2221eca0a2c0f7f9918efdcaa52fb8e1adff991f
2 changes: 1 addition & 1 deletion trunk/drivers/atm/idt77105.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int fetch_stats(struct atm_dev *dev,struct idt77105_stats __user *arg,int
spin_unlock_irqrestore(&idt77105_priv_lock, flags);
if (arg == NULL)
return 0;
return copy_to_user(arg, &PRIV(dev)->stats,
return copy_to_user(arg, &stats,
sizeof(struct idt77105_stats)) ? -EFAULT : 0;
}

Expand Down

0 comments on commit 8960d2c

Please sign in to comment.