|
@@ -1159,7 +1159,8 @@ hfcsx_l2l1(struct PStack *st, int pr, void *arg)
|
|
|
case (PH_PULL | INDICATION):
|
|
case (PH_PULL | INDICATION):
|
|
|
spin_lock_irqsave(&bcs->cs->lock, flags);
|
|
spin_lock_irqsave(&bcs->cs->lock, flags);
|
|
|
if (bcs->tx_skb) {
|
|
if (bcs->tx_skb) {
|
|
|
- printk(KERN_WARNING "hfc_l2l1: this shouldn't happen\n");
|
|
|
|
|
|
|
+ printk(KERN_WARNING "%s: this shouldn't happen\n",
|
|
|
|
|
+ __func__);
|
|
|
} else {
|
|
} else {
|
|
|
// test_and_set_bit(BC_FLG_BUSY, &bcs->Flag);
|
|
// test_and_set_bit(BC_FLG_BUSY, &bcs->Flag);
|
|
|
bcs->tx_skb = skb;
|
|
bcs->tx_skb = skb;
|