X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/bcacb67cb7916d3bbc2a67c09e8f27d2d2a78bf1..2c5e1256b0a939eac385f91e13b01e21413ea89d:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index 96fd2b9..83d9a91 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -557,8 +557,8 @@ static int scan_devices(am7xxx_context *ctx, scan_op op, continue; for (j = 0; j < ARRAY_SIZE(supported_devices); j++) { - if (desc.idVendor == supported_devices[j].vendor_id - && desc.idProduct == supported_devices[j].product_id) { + if (desc.idVendor == supported_devices[j].vendor_id && + desc.idProduct == supported_devices[j].product_id) { if (op == SCAN_OP_BUILD_DEVLIST) { am7xxx_device *new_device;