Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226257
b: refs/heads/master
c: c0ff9f4
h: refs/heads/master
i:
  226255: 8d33a7b
v: v3
  • Loading branch information
Wolfram Sang authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 5362bc0 commit f218391
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a9dcb4a19c29ec01e7d249e3dae2d589af86480
refs/heads/master: c0ff9f4c24a2571943c0d0991c2cb9ac90dc1915
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/imx074.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static int imx074_remove(struct i2c_client *client)
icd->ops = NULL;
if (icl->free_bus)
icl->free_bus(icl);
client->driver = NULL;
i2c_set_clientdata(client, NULL);
kfree(priv);

return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/mt9m001.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ static int mt9m001_remove(struct i2c_client *client)

icd->ops = NULL;
mt9m001_video_remove(icd);
client->driver = NULL;
kfree(mt9m001);

return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/mt9m111.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,6 @@ static int mt9m111_remove(struct i2c_client *client)
struct soc_camera_device *icd = client->dev.platform_data;

icd->ops = NULL;
client->driver = NULL;
kfree(mt9m111);

return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/mt9t031.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ static int mt9t031_remove(struct i2c_client *client)

if (icd)
icd->ops = NULL;
client->driver = NULL;
kfree(mt9t031);

return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/mt9v022.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ static int mt9v022_remove(struct i2c_client *client)

icd->ops = NULL;
mt9v022_video_remove(icd);
client->driver = NULL;
kfree(mt9v022);

return 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/rj54n1cb0c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ static int rj54n1_remove(struct i2c_client *client)
icd->ops = NULL;
if (icl->free_bus)
icl->free_bus(icl);
client->driver = NULL;
kfree(rj54n1);

return 0;
Expand Down

0 comments on commit f218391

Please sign in to comment.