Skip to content

Commit

Permalink
Merge "msm: Camera: Return proper value for msm_camera_qup_i2c_txdata…
Browse files Browse the repository at this point in the history
…()."
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Apr 8, 2014
2 parents 25388f1 + 8c0b0d0 commit 46086ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static int32_t msm_camera_qup_i2c_txdata(
rc = i2c_transfer(dev_client->client->adapter, msg, 1);
if (rc < 0)
S_I2C_DBG("msm_camera_qup_i2c_txdata faild 0x%x\n", saddr);
return 0;
return rc;
}

int32_t msm_camera_qup_i2c_read(struct msm_camera_i2c_client *client,
Expand Down

0 comments on commit 46086ca

Please sign in to comment.