Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351900
b: refs/heads/master
c: 16f7541
h: refs/heads/master
v: v3
  • Loading branch information
Waldemar Rymarkiewicz authored and Samuel Ortiz committed Jan 9, 2013
1 parent 2347ed3 commit db5d431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 0c33d2626d651f3f52d6a1e8b612e2830a4ab71f
refs/heads/master: 16f7541914e8bee0e76c510c4d8bc5ad8a5edf00
5 changes: 0 additions & 5 deletions trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ struct pn533 {
struct work_struct mi_work;
struct work_struct tg_work;
struct timer_list listen_timer;
struct pn533_frame *wq_in_frame;
int wq_in_error;
int cancel_listen;

Expand Down Expand Up @@ -467,8 +466,6 @@ static void pn533_recv_response(struct urb *urb)
struct pn533 *dev = urb->context;
struct pn533_frame *in_frame;

dev->wq_in_frame = NULL;

switch (urb->status) {
case 0:
break; /* success */
Expand Down Expand Up @@ -508,7 +505,6 @@ static void pn533_recv_response(struct urb *urb)
}

dev->wq_in_error = 0;
dev->wq_in_frame = in_frame;

sched_wq:
queue_work(dev->wq, &dev->cmd_complete_work);
Expand Down Expand Up @@ -565,7 +561,6 @@ static void pn533_recv_ack(struct urb *urb)
return;

sched_wq:
dev->wq_in_frame = NULL;
queue_work(dev->wq, &dev->cmd_complete_work);
}

Expand Down

0 comments on commit db5d431

Please sign in to comment.