diff options
-rw-r--r-- | drivers/media/pci/b2c2/flexcop-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/b2c2/flexcop-pci.c b/drivers/media/pci/b2c2/flexcop-pci.c index 99ce28442a75..6e60decb2198 100644 --- a/drivers/media/pci/b2c2/flexcop-pci.c +++ b/drivers/media/pci/b2c2/flexcop-pci.c | |||
@@ -157,7 +157,7 @@ static irqreturn_t flexcop_pci_isr(int irq, void *dev_id) | |||
157 | if (v.irq_20c.Data_receiver_error) | 157 | if (v.irq_20c.Data_receiver_error) |
158 | deb_chk("data receiver error\n"); | 158 | deb_chk("data receiver error\n"); |
159 | if (v.irq_20c.Continuity_error_flag) | 159 | if (v.irq_20c.Continuity_error_flag) |
160 | deb_chk("Contunuity error flag is set\n"); | 160 | deb_chk("Continuity error flag is set\n"); |
161 | if (v.irq_20c.LLC_SNAP_FLAG_set) | 161 | if (v.irq_20c.LLC_SNAP_FLAG_set) |
162 | deb_chk("LLC_SNAP_FLAG_set is set\n"); | 162 | deb_chk("LLC_SNAP_FLAG_set is set\n"); |
163 | if (v.irq_20c.Transport_Error) | 163 | if (v.irq_20c.Transport_Error) |