diff options
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 914f2e34d8d3..aef4f58d712d 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -1441,7 +1441,7 @@ static int check_firmware(struct av7110* av7110) | |||
1441 | len = ntohl(*(u32*) ptr); | 1441 | len = ntohl(*(u32*) ptr); |
1442 | ptr += 4; | 1442 | ptr += 4; |
1443 | if (len >= 512) { | 1443 | if (len >= 512) { |
1444 | printk("dvb-ttpci: dpram file is way to big.\n"); | 1444 | printk("dvb-ttpci: dpram file is way too big.\n"); |
1445 | return -EINVAL; | 1445 | return -EINVAL; |
1446 | } | 1446 | } |
1447 | if (crc != crc32_le(0, ptr, len)) { | 1447 | if (crc != crc32_le(0, ptr, len)) { |