Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179686
b: refs/heads/master
c: 2397816
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jens Axboe committed Jan 11, 2010
1 parent 49a456f commit 2384009
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: 875feb63b9567442be73efbcc9a8470e376d6423
refs/heads/master: 23978161f90e5a3200ad6ac9b0d534911e4cbb28
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3945,7 +3945,7 @@ static int drbd_do_auth(struct drbd_conf *mdev)
}

right_response = kmalloc(resp_size, GFP_NOIO);
if (response == NULL) {
if (right_response == NULL) {
dev_err(DEV, "kmalloc of right_response failed\n");
rv = 0;
goto fail;
Expand Down

0 comments on commit 2384009

Please sign in to comment.