Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250177
b: refs/heads/master
c: ca73877
h: refs/heads/master
i:
  250175: eba06a0
v: v3
  • Loading branch information
Florian Mickler authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 0e7ca4e commit 87fe4fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffa5899ce8a6d82e42ae0ca23a10cf92d914045e
refs/heads/master: ca73877587abfb8213c8eb21fec4f7d2bca36069
2 changes: 0 additions & 2 deletions trunk/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 87fe4fd

Please sign in to comment.