diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_hif.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_hif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_hif.c b/drivers/media/dvb/mantis/mantis_hif.c index 672cf4d2462d..10c68df7e16f 100644 --- a/drivers/media/dvb/mantis/mantis_hif.c +++ b/drivers/media/dvb/mantis/mantis_hif.c | |||
@@ -76,7 +76,7 @@ static int mantis_hif_write_wait(struct mantis_ca *ca) | |||
76 | udelay(500); | 76 | udelay(500); |
77 | timeout++; | 77 | timeout++; |
78 | if (timeout > 100) { | 78 | if (timeout > 100) { |
79 | dprintk(MANTIS_ERROR, 1, "Adater(%d) Slot(0): Write operation timed out!", mantis->num); | 79 | dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Write operation timed out!", mantis->num); |
80 | rc = -ETIMEDOUT; | 80 | rc = -ETIMEDOUT; |
81 | break; | 81 | break; |
82 | } | 82 | } |