Merge "libadf: silence false positive warning"

This commit is contained in:
Greg Hackmann 2014-05-15 22:45:09 +00:00 committed by Gerrit Code Review
commit b4ad6911a4

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)