aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cs53l32a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cs53l32a.c')
-rw-r--r--drivers/media/video/cs53l32a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cs53l32a.c b/drivers/media/video/cs53l32a.c
index e43febb9d161..65bb6afd8df7 100644
--- a/drivers/media/video/cs53l32a.c
+++ b/drivers/media/video/cs53l32a.c
@@ -140,7 +140,7 @@ static int cs53l32a_probe(struct i2c_client *client)
140 140
141 /* Check if the adapter supports the needed features */ 141 /* Check if the adapter supports the needed features */
142 if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA)) 142 if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA))
143 return 0; 143 return -EIO;
144 144
145 snprintf(client->name, sizeof(client->name) - 1, "cs53l32a"); 145 snprintf(client->name, sizeof(client->name) - 1, "cs53l32a");
146 146