irda: Remove IRDA_<TYPE> logging macros
[deliverable/linux.git] / net / irda / ircomm / ircomm_param.c
index f80b1a6a244bcadc63124d4a303adc8163b94667..c203fbb8cdd5cae402a29938e4dfae2c22ddd357 100644 (file)
@@ -130,7 +130,8 @@ int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush)
        count = irda_param_insert(self, pi, skb_tail_pointer(skb),
                                  skb_tailroom(skb), &ircomm_param_info);
        if (count < 0) {
-               IRDA_WARNING("%s(), no room for parameter!\n", __func__);
+               net_warn_ratelimited("%s(), no room for parameter!\n",
+                                    __func__);
                spin_unlock_irqrestore(&self->spinlock, flags);
                return -1;
        }
This page took 0.051506 seconds and 5 git commands to generate.