diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-17 06:01:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 19:14:35 -0300 |
commit | 8cc8ef265015cee192fddad3801f09c9c750821b (patch) | |
tree | 269117ce99fa76c8b2cb986e22de5669a2ed585a /drivers/media | |
parent | 01abc0b07685137765ec36441adf66f7cfcaf654 (diff) | |
download | linux-stable-8cc8ef265015cee192fddad3801f09c9c750821b.tar.gz linux-stable-8cc8ef265015cee192fddad3801f09c9c750821b.tar.bz2 linux-stable-8cc8ef265015cee192fddad3801f09c9c750821b.zip |
V4L/DVB (11821): Siano: smscore - fix isdb-t firmware name
Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smscoreapi.c b/drivers/media/dvb/siano/smscoreapi.c index e80641afa52a..d400a82daf7d 100644 --- a/drivers/media/dvb/siano/smscoreapi.c +++ b/drivers/media/dvb/siano/smscoreapi.c @@ -781,7 +781,7 @@ static char *smscore_fw_lkup[][SMS_NUM_OF_DEVICE_TYPES] = { /*BDA*/ {"none", "dvb_nova_12mhz.inp", "dvb_nova_12mhz_b0.inp", "none"}, /*ISDBT*/ - {"none", "isdbt_nova_12mhz.inp", "dvb_nova_12mhz.inp", "none"}, + {"none", "isdbt_nova_12mhz.inp", "isdbt_nova_12mhz_b0.inp", "none"}, /*ISDBTBDA*/ {"none", "isdbt_nova_12mhz.inp", "isdbt_nova_12mhz_b0.inp", "none"}, /*CMMB*/ |