mirror of
https://github.com/gnif/vendor-reset
synced 2024-11-16 06:12:43 +00:00
[core] be explicit about the device-db end of array init
This commit is contained in:
parent
ac2bb1cd6b
commit
2d54cdb714
@ -111,5 +111,7 @@ static struct vendor_reset_cfg vendor_reset_devices[] = {
|
|||||||
_AMD_NAVI10(&amd_navi10_ops),
|
_AMD_NAVI10(&amd_navi10_ops),
|
||||||
_AMD_NAVI14(&amd_navi10_ops),
|
_AMD_NAVI14(&amd_navi10_ops),
|
||||||
_AMD_NAVI12(&amd_navi10_ops),
|
_AMD_NAVI12(&amd_navi10_ops),
|
||||||
{0},
|
|
||||||
|
/* end of array guard */
|
||||||
|
{.vendor = 0}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user