commit | 8b18f526772c96c785a62e3a811eacf24d3b637f | [log] [tgz] |
---|---|---|
author | Nidhin MS <nidhin.ms@intel.com> | Wed Jun 28 10:25:06 2023 +0530 |
committer | nidhin.ms <nidhin.ms@intel.com> | Fri Jul 07 18:30:03 2023 +0000 |
tree | e4db15211794a1cd1352a95d86ab55875a8fdac0 | |
parent | 7cb831f1eeac95185588670bf85ae4171fbf615f [diff] |
Limit function read to 1 for single function device Currently the service tries to access functions 0 to 7 for all devices irrespective of if they are single function or multi function device. This is not mandatory and and may cause corruption in some single function devices. Limit the number of functions to check to 1 if the device is single function device. Change-Id: I41f088274f3ad8272b2b36e3cb527c61a6c374df Signed-off-by: Nidhin MS <nidhin.ms@intel.com>