am dc17deaa: am 891a3919: am b4ad6911: Merge "libadf: silence false positive warning"

* commit 'dc17deaa1a750cace0c4d07d0c925208666e678c':
  libadf: silence false positive warning
This commit is contained in:
Greg Hackmann 2014-05-15 22:58:15 +00:00 committed by Android Git Automerger
commit bffba2d9a7

View file

@ -768,7 +768,7 @@ int adf_find_simple_post_configuration(struct adf_device *dev,
const __u32 *formats, size_t n_formats,
adf_id_t *interface, adf_id_t *overlay_engine)
{
adf_id_t *intfs;
adf_id_t *intfs = NULL;
ssize_t n_intfs = adf_interfaces(dev, &intfs);
if (n_intfs < 0)