
9 Apr
2020
9 Apr
'20
9:36 p.m.
On Thu, 9 Apr 2020 at 10:28, Simon Glass sjg@chromium.org wrote:
At present if reading a BAR returns 0xffffffff then the value is masked and a different value is returned. This makes it harder to detect the problem when debugging.
Update the function to avoid masking in this case.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
Changes in v6:
- Rework commit message to avoid mention of missing device
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
drivers/pci/pci-uclass.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Andy let me add your tag based on your email on the other v6 patch.
Reviewed-by: Andy Shevchenko andriy.shevchenko@linux.intel.com