[core] be explicit about the device-db end of array init

This commit is contained in:
Geoffrey McRae 2020-11-15 13:27:00 +11:00
parent ac2bb1cd6b
commit 2d54cdb714

View File

@ -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}
}; };