diff options
| author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 19:21:07 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 19:23:21 +0300 |
| commit | 967db696b03705bc09e496e9c010c916a3165e03 (patch) | |
| tree | b153e930362e2ff0c8d67d0704f222c0dad9e553 | |
| parent | 2e774b36997926d120f5ce0b977d8dc1956a5454 (diff) | |
| download | linux-967db696b03705bc09e496e9c010c916a3165e03.tar.xz | |
atomisp: remove a now unused var
A previous cleanup patch removed the usage of the ret var.
So, drop it.
Link: https://lore.kernel.org/linux-media/a03a4a3e9aad2b8154018c323cf7766266990724.1616430113.git.mchehab+huawei@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
| -rw-r--r-- | drivers/staging/media/atomisp/i2c/atomisp-lm3554.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/i2c/atomisp-lm3554.c b/drivers/staging/media/atomisp/i2c/atomisp-lm3554.c index ebe3c618051f..e444c0129f5d 100644 --- a/drivers/staging/media/atomisp/i2c/atomisp-lm3554.c +++ b/drivers/staging/media/atomisp/i2c/atomisp-lm3554.c @@ -904,7 +904,6 @@ static int lm3554_remove(struct i2c_client *client) { struct v4l2_subdev *sd = i2c_get_clientdata(client); struct lm3554 *flash = to_lm3554(sd); - int ret; media_entity_cleanup(&flash->sd.entity); v4l2_ctrl_handler_free(&flash->ctrl_handler); |
