Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357388
b: refs/heads/master
c: 3d5a71e
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 4623eaf commit a8fb1d3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: 3fdfedaaa7f243f3347084231c64f6c1be0ba131
refs/heads/master: 3d5a71ef32742298f9022043160a2c6cbfdf30ac
1 change: 0 additions & 1 deletion trunk/drivers/media/platform/omap3isp/isph3a_aewb.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ int omap3isp_h3a_aewb_init(struct isp_device *isp)
if (!aewb_cfg)
return -ENOMEM;

memset(aewb, 0, sizeof(*aewb));
aewb->ops = &h3a_aewb_ops;
aewb->priv = aewb_cfg;
aewb->dma_ch = -1;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/platform/omap3isp/isph3a_af.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ int omap3isp_h3a_af_init(struct isp_device *isp)
if (af_cfg == NULL)
return -ENOMEM;

memset(af, 0, sizeof(*af));
af->ops = &h3a_af_ops;
af->priv = af_cfg;
af->dma_ch = -1;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/platform/omap3isp/isphist.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ int omap3isp_hist_init(struct isp_device *isp)
if (hist_cfg == NULL)
return -ENOMEM;

memset(hist, 0, sizeof(*hist));
hist->isp = isp;

if (HIST_CONFIG_DMA)
Expand Down

0 comments on commit a8fb1d3

Please sign in to comment.