i2c: Add missing KERN_* constants to printks
[safe/jmp/linux-2.6] / drivers / i2c / algos / i2c-algo-pcf.c
index 65a769f..d31147e 100644 (file)
@@ -61,7 +61,7 @@ static int i2c_debug;
 
 static void i2c_start(struct i2c_algo_pcf_data *adap)
 {
-       DEBPROTO(printk("S "));
+       DEBPROTO(printk(KERN_DEBUG "S "));
        set_pcf(adap, 1, I2C_PCF_START);
 }