Merge tag 'v4.2-rc3' into next
Sync up with Linux 4.2-rc3 to bring in infrastructure (OF) pieces.
This commit is contained in:
@@ -81,7 +81,7 @@ static void pixcir_ts_parse(struct pixcir_i2c_ts_data *tsdata,
|
||||
}
|
||||
|
||||
ret = i2c_master_recv(tsdata->client, rdbuf, readsize);
|
||||
if (ret != sizeof(rdbuf)) {
|
||||
if (ret != readsize) {
|
||||
dev_err(&tsdata->client->dev,
|
||||
"%s: i2c_master_recv failed(), ret=%d\n",
|
||||
__func__, ret);
|
||||
|
Reference in New Issue
Block a user