diff options
-rw-r--r-- | drivers/media/pci/bt8xx/dst_ca.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/dst_ca.c b/drivers/media/pci/bt8xx/dst_ca.c index 04d06c564602..90f4263452d3 100644 --- a/drivers/media/pci/bt8xx/dst_ca.c +++ b/drivers/media/pci/bt8xx/dst_ca.c | |||
@@ -637,6 +637,7 @@ static long dst_ca_ioctl(struct file *file, unsigned int cmd, unsigned long ioct | |||
637 | goto free_mem_and_exit; | 637 | goto free_mem_and_exit; |
638 | } | 638 | } |
639 | dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_PID Success !"); | 639 | dprintk(verbose, DST_CA_INFO, 1, " -->CA_SET_PID Success !"); |
640 | break; | ||
640 | default: | 641 | default: |
641 | result = -EOPNOTSUPP; | 642 | result = -EOPNOTSUPP; |
642 | } | 643 | } |