[PATCH] isdn/gigaset: convert warning message
[deliverable/linux.git] / drivers / isdn / gigaset / common.c
index d8d256dadddf85cc37d51ab0508bc5dd4e5006e5..5800beeebb8589f0d5cac5d2cbd414c1fa8b359e 100644 (file)
@@ -616,7 +616,7 @@ static struct bc_state *gigaset_initbcs(struct bc_state *bcs,
        } else if ((bcs->skb = dev_alloc_skb(SBUFSIZE + HW_HDR_LEN)) != NULL)
                skb_reserve(bcs->skb, HW_HDR_LEN);
        else {
-               gig_dbg(DEBUG_INIT, "could not allocate skb\n");
+               warn("could not allocate skb\n");
                bcs->inputstate |= INS_skip_frame;
        }
 
This page took 0.025726 seconds and 5 git commands to generate.