diff options
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 2d64d557b977..f0689e064f06 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -178,7 +178,7 @@ static int ciintf_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 addre | |||
178 | udelay(1); | 178 | udelay(1); |
179 | 179 | ||
180 | result = ttpci_budget_debiread(&budget_av->budget, DEBICICAM, address & 3, 1, 0, 0); | 180 | result = ttpci_budget_debiread(&budget_av->budget, DEBICICAM, address & 3, 1, 0, 0); |
181 | if ((result == -ETIMEDOUT) || ((result == 0xff) && ((address & 3) < 2))) { | 181 | if (result == -ETIMEDOUT) { |
182 | ciintf_slot_shutdown(ca, slot); | 182 | ciintf_slot_shutdown(ca, slot); |
183 | printk(KERN_INFO "budget-av: cam ejected 3\n"); | 183 | printk(KERN_INFO "budget-av: cam ejected 3\n"); |
184 | return -ETIMEDOUT; | 184 | return -ETIMEDOUT; |