vserver 2.0 rc7
[linux-2.6.git] / drivers / net / irda / mcp2120-sir.c
index 25908ff..67bd016 100644 (file)
@@ -155,7 +155,7 @@ static int mcp2120_change_speed(struct sir_dev *dev, unsigned speed)
                break;
 
        default:
-               ERROR("%s(), undefine state %d\n", __FUNCTION__, state);
+               IRDA_ERROR("%s(), undefine state %d\n", __FUNCTION__, state);
                ret = -EINVAL;
                break;
        }
@@ -213,7 +213,7 @@ static int mcp2120_reset(struct sir_dev *dev)
                break;
 
        default:
-               ERROR("%s(), undefined state %d\n", __FUNCTION__, state);
+               IRDA_ERROR("%s(), undefined state %d\n", __FUNCTION__, state);
                ret = -EINVAL;
                break;
        }