Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331058
b: refs/heads/master
c: 03f4efc
h: refs/heads/master
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent e732cf2 commit b47364a
Show file tree
Hide file tree
Showing 3 changed files with 4 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: bab9b4fe089668ecab98547bec7e3d77e01ad206
refs/heads/master: 03f4efc34f535505e82079162816ff15ba7003bc
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb-frontends/tda10071.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ static int tda10071_init(struct dvb_frontend *fe)
struct tda10071_cmd cmd;
int ret, i, len, remaining, fw_size;
const struct firmware *fw;
u8 *fw_file = TDA10071_DEFAULT_FIRMWARE;
u8 *fw_file = TDA10071_FIRMWARE;
u8 tmp, buf[4];
struct tda10071_reg_val_mask tab[] = {
{ 0xcd, 0x00, 0x07 },
Expand Down Expand Up @@ -1282,3 +1282,4 @@ static struct dvb_frontend_ops tda10071_ops = {
MODULE_AUTHOR("Antti Palosaari <crope@iki.fi>");
MODULE_DESCRIPTION("NXP TDA10071 DVB-S/S2 demodulator driver");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE(TDA10071_FIRMWARE);
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-frontends/tda10071_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct tda10071_reg_val_mask {
};

/* firmware filename */
#define TDA10071_DEFAULT_FIRMWARE "dvb-fe-tda10071.fw"
#define TDA10071_FIRMWARE "dvb-fe-tda10071.fw"

/* firmware commands */
#define CMD_DEMOD_INIT 0x10
Expand Down

0 comments on commit b47364a

Please sign in to comment.