aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst_ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_ca.c')
-rw-r--r--drivers/media/dvb/bt8xx/dst_ca.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_ca.c b/drivers/media/dvb/bt8xx/dst_ca.c
index 48e48e8af55a..66f52f116b60 100644
--- a/drivers/media/dvb/bt8xx/dst_ca.c
+++ b/drivers/media/dvb/bt8xx/dst_ca.c
@@ -477,7 +477,6 @@ static int dst_check_ca_pmt(struct dst_state *state, struct ca_msg *p_ca_message
477static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) 477static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg)
478{ 478{
479 int i = 0; 479 int i = 0;
480 unsigned int ca_message_header_len;
481 480
482 u32 command = 0; 481 u32 command = 0;
483 struct ca_msg *hw_buffer; 482 struct ca_msg *hw_buffer;
@@ -496,7 +495,6 @@ static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message,
496 495
497 496
498 if (p_ca_message->msg) { 497 if (p_ca_message->msg) {
499 ca_message_header_len = p_ca_message->length; /* Restore it back when you are done */
500 /* EN50221 tag */ 498 /* EN50221 tag */
501 command = 0; 499 command = 0;
502 500