* commit 'dc17deaa1a750cace0c4d07d0c925208666e678c': libadf: silence false positive warning
This commit is contained in:
commit
bffba2d9a7
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