Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366641
b: refs/heads/master
c: 808d24d
h: refs/heads/master
i:
  366639: 2c2347a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent 0fe4a08 commit a99fc2e
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: 340e76965c868caa645268d2d36edb89af801fa4
refs/heads/master: 808d24d6c0b5c30c8f804b251caf476ea63954ef
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ static int dvb_frontend_clear_cache(struct dvb_frontend *fe)
u32 delsys;

delsys = c->delivery_system;
memset(c, 0, sizeof(struct dtv_frontend_properties));
memset(c, 0, offsetof(struct dtv_frontend_properties, strength));
c->delivery_system = delsys;

c->state = DTV_CLEAR;
Expand Down

0 comments on commit a99fc2e

Please sign in to comment.