mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
There is no need to call get_bar_base(), as new_bar is set to val & mask, where mask is the bar size mask, so new_base has already been set to be the bar base address before get_bar_base() is called on it. Tracked-On: #3241 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com>