Skip to content

Commit

Permalink
[media] dib0700: remove unused variable
Browse files Browse the repository at this point in the history
This variable is never used.

Signed-off-by: Florian Mickler <florian@mickler.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Florian Mickler authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent ffa5899 commit ca73877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb/dvb-usb/dib0700_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ struct dib0700_rc_response {
static void dib0700_rc_urb_completion(struct urb *purb)
{
struct dvb_usb_device *d = purb->context;
struct dib0700_state *st;
struct dib0700_rc_response *poll_reply;
u32 uninitialized_var(keycode);
u8 toggle;
Expand All @@ -624,7 +623,6 @@ static void dib0700_rc_urb_completion(struct urb *purb)
return;
}

st = d->priv;
poll_reply = purb->transfer_buffer;

if (purb->status < 0) {
Expand Down

0 comments on commit ca73877

Please sign in to comment.