Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164272
b: refs/heads/master
c: 40d2951
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 039f0a0 commit b94f64e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8370f7eff14ef646ba4a81eb9642800518a7324
refs/heads/master: 40d2951758d788a0375d27062caf9cc75de735a9
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/frontends/au8522_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,11 @@ static int au8522_probe(struct i2c_client *client,
}

demod_config = kzalloc(sizeof(struct au8522_config), GFP_KERNEL);
if (demod_config == NULL) {
if (instance == 1)
kfree(state);
return -ENOMEM;
}
demod_config->demod_address = 0x8e >> 1;

state->config = demod_config;
Expand Down

0 comments on commit b94f64e

Please sign in to comment.