Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193088
b: refs/heads/master
c: 0b42760
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent a86856e commit f4647b2
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: 30d81bb086c84d54cde4dd4d0c75d9455224632b
refs/heads/master: 0b42760a75afb852be6718fb5e6b54988123b40e
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 @@ -1330,7 +1330,7 @@ int dib7000p_i2c_enumeration(struct i2c_adapter *i2c, int no_of_demods, u8 defau

dpst = kzalloc(sizeof(struct dib7000p_state), GFP_KERNEL);
if (!dpst)
return -ENODEV;
return -ENOMEM;

dpst->i2c_adap = i2c;

Expand Down

0 comments on commit f4647b2

Please sign in to comment.