Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150231
b: refs/heads/master
c: 0a30572
h: refs/heads/master
i:
  150229: 1fb6764
  150227: dc273f0
  150223: fea9eed
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed May 18, 2009
1 parent 73c9892 commit 39dbbf3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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: b88bd95655c7bc059606529e01467594978d7b72
refs/heads/master: 0a305720ee597aad41af61e6b6844321d3e24251
5 changes: 2 additions & 3 deletions trunk/drivers/isdn/gigaset/asyncdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,8 @@ static inline int hdlc_loop(unsigned char c, unsigned char *src, int numbytes,

if (unlikely(fcs != PPP_GOODFCS)) {
dev_err(cs->dev,
"Packet checksum at %lu failed, "
"packet is corrupted (%u bytes)!\n",
bcs->rcvbytes, skb->len);
"Checksum failed, %u bytes corrupted!\n",
skb->len);
compskb = NULL;
gigaset_rcv_error(compskb, cs, bcs);
error = 1;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/gigaset/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ static struct bc_state *gigaset_initbcs(struct bc_state *bcs,
gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel);
gigaset_at_init(&bcs->at_state, bcs, cs, -1);

bcs->rcvbytes = 0;

#ifdef CONFIG_GIGASET_DEBUG
bcs->emptycount = 0;
#endif
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/gigaset/gigaset.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ struct bc_state {
int trans_up; /* Counter of packages (upstream) */

struct at_state_t at_state;
unsigned long rcvbytes;

__u16 fcs;
struct sk_buff *skb;
Expand Down

0 comments on commit 39dbbf3

Please sign in to comment.