This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / x25 / x25_dev.c
index 99af842..f58aa65 100644 (file)
@@ -92,9 +92,7 @@ static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb)
 /*
        x25_transmit_clear_request(nb, lci, 0x0D);
 */
-
-       if (frametype != X25_CLEAR_CONFIRMATION)
-               printk(KERN_DEBUG "x25_receive_data(): unknown frame type %2x\n",frametype);
+       printk(KERN_DEBUG "x25_receive_data(): unknown frame type %2x\n",frametype);
 
        return 0;
 }