Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364167
b: refs/heads/master
c: 2516ffa
h: refs/heads/master
i:
  364165: 2daf0e0
  364163: 6603993
  364159: 83ca425
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Apr 22, 2013
1 parent 573cbd7 commit d527df5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eecb262922209d714cc24a1dc8e5bf9a9fdbfc65
refs/heads/master: 2516ffac94e389cfeeb3abf2fd59d7c688a38f0c
1 change: 1 addition & 0 deletions trunk/drivers/staging/ozwpan/ozcdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ static long oz_cdev_ioctl(struct file *filp, unsigned int cmd,
case OZ_IOCTL_GET_PD_LIST: {
struct oz_pd_list list;
oz_trace("OZ_IOCTL_GET_PD_LIST\n");
memset(&list, 0, sizeof(list));
list.count = oz_get_pd_list(list.addr, OZ_MAX_PDS);
if (copy_to_user((void __user *)arg, &list,
sizeof(list)))
Expand Down

0 comments on commit d527df5

Please sign in to comment.