mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
[SPARC64]: Fix reset handling in VNET driver.
In vnet_event(), if the channel was reset, try to get the link going again by invoking vio_port_up() after dropping the lock. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a4cd184503
commit
d762acdbd3
@ -498,6 +498,8 @@ static void vnet_event(void *arg, int event)
|
|||||||
vio_link_state_change(vio, event);
|
vio_link_state_change(vio, event);
|
||||||
spin_unlock_irqrestore(&vio->lock, flags);
|
spin_unlock_irqrestore(&vio->lock, flags);
|
||||||
|
|
||||||
|
if (event == LDC_EVENT_RESET)
|
||||||
|
vio_port_up(vio);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user