am b4ad6911: Merge "libadf: silence false positive warning"

* commit 'b4ad6911a4e88ae5c8f8f0249cae8071a783e01c':
  libadf: silence false positive warning
This commit is contained in:
Greg Hackmann 2014-05-15 22:49:00 +00:00 committed by Android Git Automerger
commit 891a391951

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)