Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271708
b: refs/heads/master
c: 0c61cc3
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Sep 3, 2011
1 parent f083b33 commit 88216e3
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: 8513e14457ad05c517f6f6f520c270a6eebf0472
refs/heads/master: 0c61cc3ba4c9b74cfdd6a1ee07492199ffdd9818
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/dib7000p.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,8 +1598,8 @@ int dib7000pc_detection(struct i2c_adapter *i2c_adap)
return -ENOMEM;
rx = kzalloc(2*sizeof(u8), GFP_KERNEL);
if (!rx) {
goto rx_memory_error;
ret = -ENOMEM;
goto rx_memory_error;
}

msg[0].buf = tx;
Expand Down

0 comments on commit 88216e3

Please sign in to comment.