Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185252
b: refs/heads/master
c: 8bc1d21
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent d8abda0 commit 72d67c6
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: 319c3ea451e19f72b578661e26fb33739af5ae1c
refs/heads/master: 8bc1d21776bb012e41ed062c6d842cfe7c82998a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ int wusbhc_chid_set(struct wusbhc *wusbhc, const struct wusb_ckhdid *chid)
{
int result = 0;

if (memcmp(chid, &wusb_ckhdid_zero, sizeof(chid)) == 0)
if (memcmp(chid, &wusb_ckhdid_zero, sizeof(*chid)) == 0)
chid = NULL;

mutex_lock(&wusbhc->mutex);
Expand Down

0 comments on commit 72d67c6

Please sign in to comment.