diff --git a/[refs] b/[refs] index 4c692f84d166..ac93607df9cc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b25b895805dd415f218cfd4892d17aeb2db425f7 +refs/heads/master: 612cd9e87496cc34c29ff3a3c0adb52cd816c3b6 diff --git a/trunk/drivers/media/i2c/mt9m032.c b/trunk/drivers/media/i2c/mt9m032.c index 445359c96113..f80c1d7ec884 100644 --- a/trunk/drivers/media/i2c/mt9m032.c +++ b/trunk/drivers/media/i2c/mt9m032.c @@ -781,7 +781,7 @@ static int mt9m032_probe(struct i2c_client *client, ret = mt9m032_write(client, MT9M032_RESET, 1); /* reset on */ if (ret < 0) goto error_entity; - mt9m032_write(client, MT9M032_RESET, 0); /* reset off */ + ret = mt9m032_write(client, MT9M032_RESET, 0); /* reset off */ if (ret < 0) goto error_entity;