Merge "libadf: silence false positive warning"
This commit is contained in:
commit
b4ad6911a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue