diff options
author | Michal Schmidt <[email protected]> | 2023-07-29 17:15:16 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-07-31 14:31:26 -0700 |
commit | 611e1b016c7beceec5ae82ac62d4a7ca224c8f9d (patch) | |
tree | b05ff9818ab9b4bdf2dbe5129840afb352b2c386 /drivers/fpga/fpga-mgr.c | |
parent | 37b61cda9c1606cd8b6445d900ca9dc03185e8b6 (diff) |
octeon_ep: initialize mbox mutexes
The two mbox-related mutexes are destroyed in octep_ctrl_mbox_uninit(),
but the corresponding mutex_init calls were missing.
A "DEBUG_LOCKS_WARN_ON(lock->magic != lock)" warning was emitted with
CONFIG_DEBUG_MUTEXES on.
Initialize the two mutexes in octep_ctrl_mbox_init().
Fixes: 577f0d1b1c5f ("octeon_ep: add separate mailbox command and response queues")
Signed-off-by: Michal Schmidt <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions