mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
modules/mqnic: Clear board_ops after deinit
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
parent
2cf8a910b2
commit
5133bf5d27
@ -888,4 +888,5 @@ void mqnic_board_deinit(struct mqnic_dev *mqnic)
|
||||
return;
|
||||
|
||||
mqnic->board_ops->deinit(mqnic);
|
||||
mqnic->board_ops = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user