Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268543
b: refs/heads/master
c: de0920b
h: refs/heads/master
i:
  268541: faee0c1
  268539: 6108942
  268535: 72d3432
  268527: 8ff2569
  268511: d176fb0
  268479: 7b4f898
  268415: c7ca31d
  268287: f967bda
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent 1d0327e commit 2a4319e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43664e14a029ab458cba8af43c65853b079b282f
refs/heads/master: de0920b1fedb4d694fe4732cfc3cccfcd4743f84
1 change: 1 addition & 0 deletions trunk/drivers/staging/vt6655/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {
}
else {
sLinkStatus.bLink = false;
sLinkStatus.uLinkRate = 0;
}
if (copy_to_user(pReq->data, &sLinkStatus, sizeof(SCmdLinkStatus))) {
result = -EFAULT;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/vt6656/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {
}
else {
sLinkStatus.bLink = FALSE;
sLinkStatus.uLinkRate = 0;
}
if (copy_to_user(pReq->data, &sLinkStatus, sizeof(SCmdLinkStatus))) {
result = -EFAULT;
Expand Down

0 comments on commit 2a4319e

Please sign in to comment.