On Mon, Jun 4, 2018 at 5:31 AM, Jean-Jacques Hiblot <jjhib...@ti.com> wrote:
> When a USB ethernet device is halted, the device driver is removed. When
> this happens the uclass private memory is freed and uclass_priv is set to
> NULL. This causes a data abort when uclass_priv->state is then set to
> ETH_STATE_PASSIVE.
>
> Fix it by checking if uclass_priv is NULL before setting uclass_priv->state
>
> Signed-off-by: Jean-Jacques Hiblot <jjhib...@ti.com>

Acked-by: Joe Hershberger <joe.hershber...@ni.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to