Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124094
b: refs/heads/master
c: 5613741
h: refs/heads/master
v: v3
  • Loading branch information
Reinhard Nissl authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 3b8d17c commit 040c571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6f6c268b0f1f6846584162053a47d3aadf34a3c4
refs/heads/master: 561374113e6dbd717ac4a578d99834219de9d3c1
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1277,8 +1277,8 @@ int stb0899_get_dev_id(struct stb0899_state *state)
u8 chip_id, release;
u16 id;
u32 demod_ver = 0, fec_ver = 0;
char demod_str[4] = { 0 };
char fec_str[4] = { 0 };
char demod_str[5] = { 0 };
char fec_str[5] = { 0 };

id = stb0899_read_reg(state, STB0899_DEV_ID);
dprintk(state->verbose, FE_DEBUG, 1, "ID reg=[0x%02x]", id);
Expand Down

0 comments on commit 040c571

Please sign in to comment.