The B channel data structure member rcvbytes was never set to
anything else but zero, so drop it.
Impact: cleanup
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
 
                                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;
 
        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
 
        int trans_up;                   /* Counter of packages (upstream) */
 
        struct at_state_t at_state;
-       unsigned long rcvbytes;
 
        __u16 fcs;
        struct sk_buff *skb;