# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1242332684 -10800 # Node ID 7e56c108996ef016c4b2117090e2577aea9ed56c # Parent 5ad3d2c3d7792ddf125386c43535e68b575305c3 [0905_27] Siano: smscore - fix isdb-t firmware name From: Uri Shkolnik <uris@xxxxxxxxxxxx> Fix mistake with isdb-t firmware name Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 5ad3d2c3d779 -r 7e56c108996e linux/drivers/media/dvb/siano/smscoreapi.c --- a/linux/drivers/media/dvb/siano/smscoreapi.c Thu May 14 23:21:04 2009 +0300 +++ b/linux/drivers/media/dvb/siano/smscoreapi.c Thu May 14 23:24:44 2009 +0300 @@ -813,7 +813,7 @@ static char *smscore_fw_lkup[][SMS_NUM_O /*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*/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html