Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241983
b: refs/heads/master
c: ed54c0e
h: refs/heads/master
i:
  241981: 0fe55ba
  241979: 396a262
  241975: e52b7c2
  241967: ee40abc
  241951: 6e76c06
  241919: ef5b642
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 1a1184d commit fc33b4e
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: 40285f832b09feb621d8da9db7983200a4b29311
refs/heads/master: ed54c0e33c6ac72c681f00a41b47840f6570262c
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/dib8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ struct dvb_frontend *dib8000_attach(struct i2c_adapter *i2c_adap, u8 i2c_addr, s
return NULL;
fe = kzalloc(sizeof(struct dvb_frontend), GFP_KERNEL);
if (fe == NULL)
return NULL;
goto error;

memcpy(&state->cfg, cfg, sizeof(struct dib8000_config));
state->i2c.adap = i2c_adap;
Expand Down

0 comments on commit fc33b4e

Please sign in to comment.