On Thu, 9 Apr 2020 at 10:28, Simon Glass <s...@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 <s...@chromium.org>
> Reviewed-by: Bin Meng <bmeng...@gmail.com>
> Reviewed-by: Wolfgang Wallner <wolfgang.wall...@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.shevche...@linux.intel.com>

Reply via email to