|
@@ -419,7 +419,7 @@ static int mxs_i2c_pio_setup_xfer(struct i2c_adapter *adap,
|
|
|
|
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
if (ret) {
|
|
if (ret) {
|
|
- dev_err(i2c->dev,
|
|
|
|
|
|
+ dev_dbg(i2c->dev,
|
|
"PIO: Failed to send SELECT command!\n");
|
|
"PIO: Failed to send SELECT command!\n");
|
|
goto cleanup;
|
|
goto cleanup;
|
|
}
|
|
}
|
|
@@ -431,7 +431,7 @@ static int mxs_i2c_pio_setup_xfer(struct i2c_adapter *adap,
|
|
|
|
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
if (ret) {
|
|
if (ret) {
|
|
- dev_err(i2c->dev,
|
|
|
|
|
|
+ dev_dbg(i2c->dev,
|
|
"PIO: Failed to send READ command!\n");
|
|
"PIO: Failed to send READ command!\n");
|
|
goto cleanup;
|
|
goto cleanup;
|
|
}
|
|
}
|
|
@@ -528,7 +528,7 @@ static int mxs_i2c_pio_setup_xfer(struct i2c_adapter *adap,
|
|
/* Wait for the end of the transfer. */
|
|
/* Wait for the end of the transfer. */
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
ret = mxs_i2c_pio_wait_xfer_end(i2c);
|
|
if (ret) {
|
|
if (ret) {
|
|
- dev_err(i2c->dev,
|
|
|
|
|
|
+ dev_dbg(i2c->dev,
|
|
"PIO: Failed to finish WRITE cmd!\n");
|
|
"PIO: Failed to finish WRITE cmd!\n");
|
|
break;
|
|
break;
|
|
}
|
|
}
|