Re: [PATCH] qlcnic: fix missing release in qlcnic_83xx_interrupt_test.

2020-05-25 Thread David Miller
From: wu000...@umn.edu Date: Mon, 25 May 2020 03:24:39 -0500 > From: Qiushi Wu > > In function qlcnic_83xx_interrupt_test(), function > qlcnic_83xx_diag_alloc_res() is not handled by function > qlcnic_83xx_diag_free_res() after a call of the function > qlcnic_alloc_mbx_args() failed. Fix this is

[PATCH] qlcnic: fix missing release in qlcnic_83xx_interrupt_test.

2020-05-25 Thread wu000273
From: Qiushi Wu In function qlcnic_83xx_interrupt_test(), function qlcnic_83xx_diag_alloc_res() is not handled by function qlcnic_83xx_diag_free_res() after a call of the function qlcnic_alloc_mbx_args() failed. Fix this issue by adding a jump target "fail_mbx_args", and jump to this new target w