Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73661
b: refs/heads/master
c: e9b5a49
h: refs/heads/master
i:
  73659: 2412d08
v: v3
  • Loading branch information
Li Zefan authored and Linus Torvalds committed Nov 15, 2007
1 parent 9f1735e commit 8a5bb14
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: 3cc2c17700c98b0af778566b0af6292b23b01430
refs/heads/master: e9b5a495dc23f58ecaa9517f1ff4dd9ac724935f
2 changes: 1 addition & 1 deletion trunk/drivers/w1/masters/ds2490.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static int ds_recv_status_nodump(struct ds_device *dev, struct ds_status *st,
{
int count, err;

memset(st, 0, sizeof(st));
memset(st, 0, sizeof(*st));

count = 0;
err = usb_bulk_msg(dev->udev, usb_rcvbulkpipe(dev->udev, dev->ep[EP_STATUS]), buf, size, &count, 100);
Expand Down

0 comments on commit 8a5bb14

Please sign in to comment.