Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280799
b: refs/heads/master
c: d5ca9db
h: refs/heads/master
i:
  280797: fa32b6a
  280795: ef0eeaa
  280791: db85beb
  280783: ac02f1b
  280767: 6fa1d3f
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent 827481d commit fbecc98
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: 87763842b7014a7c6d9e992785e4c711c0085974
refs/heads/master: d5ca9db8f1dff76ef0021ed8c22c1e8fb20b4e49
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ int wusb_dev_4way_handshake(struct wusbhc *wusbhc, struct wusb_dev *wusb_dev,
struct wusb_keydvt_in keydvt_in;
struct wusb_keydvt_out keydvt_out;

hs = kzalloc(3*sizeof(hs[0]), GFP_KERNEL);
hs = kcalloc(3, sizeof(hs[0]), GFP_KERNEL);
if (hs == NULL) {
dev_err(dev, "can't allocate handshake data\n");
goto error_kzalloc;
Expand Down

0 comments on commit fbecc98

Please sign in to comment.