Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315708
b: refs/heads/master
c: 8456a91
h: refs/heads/master
v: v3
  • Loading branch information
Ira W. Snyder authored and Marc Kleine-Budde committed Jul 20, 2012
1 parent 35cea77 commit b61426b
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: 3d42a379b6fa5b46058e3302b1802b29f64865bb
refs/heads/master: 8456a9196f7696421eecffdbab5d785f852d95e8
2 changes: 0 additions & 2 deletions trunk/drivers/net/can/janz-ican3.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ struct ican3_dev {

/* fast host interface */
unsigned int fastrx_start;
unsigned int fastrx_int;
unsigned int fastrx_num;
unsigned int fasttx_start;
unsigned int fasttx_num;
Expand Down Expand Up @@ -454,7 +453,6 @@ static void __devinit ican3_init_fast_host_interface(struct ican3_dev *mod)
/* save the start recv page */
mod->fastrx_start = mod->free_page;
mod->fastrx_num = 0;
mod->fastrx_int = 0;

/* build a single fast tohost queue descriptor */
memset(&desc, 0, sizeof(desc));
Expand Down

0 comments on commit b61426b

Please sign in to comment.