irda: Convert IRDA_DEBUG to pr_debug
[deliverable/linux.git] / include / net / irda / irlap.h
index fb4b76d5d7f16b2983c6edf0c21ba0e6020a0dae..6f23e820618caa88b10f647a9781435abb21b4da 100644 (file)
@@ -303,7 +303,7 @@ static inline void irlap_next_state(struct irlap_cb *self, IRLAP_STATE state)
        if (!self || self->magic != LAP_MAGIC)
                return;
 
-       IRDA_DEBUG(4, "next LAP state = %s\n", irlap_state[state]);
+               pr_debug("next LAP state = %s\n", irlap_state[state]);
        */
        self->state = state;
 }
This page took 0.026968 seconds and 5 git commands to generate.