mma8452: remove sensor_init printk
author黄涛 <huangtao@rock-chips.com>
Mon, 3 Sep 2012 10:59:27 +0000 (18:59 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 3 Sep 2012 10:59:27 +0000 (18:59 +0800)
drivers/input/sensors/accel/mma8452.c

index e25e0022690eb3c38555b391435e44502ea322ba..9b3ca773d2ad75761bd0e056cd242e219e1fd96e 100755 (executable)
@@ -125,8 +125,6 @@ static int sensor_init(struct i2c_client *client)
 
        DBG("mma8452 MMA8452_REG_SYSMOD:%x\n",sensor_read_reg(client,MMA8452_REG_SYSMOD));
 
-       printk("------sensor_chip_init\n");
-       
        return ret;
 }