Commit ca738775 authored by Florian Mickler's avatar Florian Mickler Committed by Mauro Carvalho Chehab

[media] dib0700: remove unused variable

This variable is never used.
Signed-off-by: default avatarFlorian Mickler <florian@mickler.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ffa5899c
...@@ -609,7 +609,6 @@ struct dib0700_rc_response { ...@@ -609,7 +609,6 @@ struct dib0700_rc_response {
static void dib0700_rc_urb_completion(struct urb *purb) static void dib0700_rc_urb_completion(struct urb *purb)
{ {
struct dvb_usb_device *d = purb->context; struct dvb_usb_device *d = purb->context;
struct dib0700_state *st;
struct dib0700_rc_response *poll_reply; struct dib0700_rc_response *poll_reply;
u32 uninitialized_var(keycode); u32 uninitialized_var(keycode);
u8 toggle; u8 toggle;
...@@ -624,7 +623,6 @@ static void dib0700_rc_urb_completion(struct urb *purb) ...@@ -624,7 +623,6 @@ static void dib0700_rc_urb_completion(struct urb *purb)
return; return;
} }
st = d->priv;
poll_reply = purb->transfer_buffer; poll_reply = purb->transfer_buffer;
if (purb->status < 0) { if (purb->status < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment