On Fri, Aug 21, 2020 at 1:34 PM Stefan Roese <s...@denx.de> wrote:
>
> Octeon uses mapped addresses for virtual and physical memory. It's not
> that easy to calculate the resulting addresses here. So let's remove
> this BUG_ON() completely, as it's not really helpful.
>
> Please also note, that BUG_ON() is not recommended any more in the Linux
> kernel.
>
> Signed-off-by: Stefan Roese <s...@denx.de>
> Cc: Bin Meng <bmeng...@gmail.com>
> Cc: Marek Vasut <ma...@denx.de>
>
> ---
>
> Changes in v3:
> - Minor corrections to the commit text as suggested by Bin
>
> Changes in v2:
> - Completely remove BUG_ON() for this trans_event.buffer check
> - Reword commit text
>
>  drivers/usb/host/xhci-ring.c | 2 --
>  1 file changed, 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>

Reply via email to