Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bnxt_re/lib: Fix doorbell fifo register read
[ Upstream commit 370f01e ] Doorbell FIFO information register is a 32 bit register. Reading it as a 64bit from the BAR area may give wrong values. So change the variable pointer to 32 bit. Fixes: ef9d1cd ("bnxt_re/lib: Implement doorbell pacing algorithm") Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Nicolas Morey <nmorey@suse.com>
- Loading branch information