commit | 81b79c71e546fc15e95e804de2497a448cc51a47 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <[email protected]> | Wed Aug 30 13:14:36 2017 -0400 |
committer | Mauro Carvalho Chehab <[email protected]> | Sat Sep 23 07:24:50 2017 -0400 |
tree | 95cc384ab67205dae21fb3d68f800ebe55feedf7 | |
parent | 9b62ccdbc797ae42342bd6ca15719362d2543d24 [diff] |
media: staging/imx: Fix uninitialized variable warning The ret variable can be returned uninitialized in the imx_media_create_pad_vdev_lists() function is imxmd->num_vdevs is zero. Fix it. Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>