Re: [PATCH v3 6/7] qla2xxx: Always check the return value of qla24xx_get_isp_stats()
From: Daniel Wagner <hidden>
Date: 2021-03-21 12:04:58
From: Daniel Wagner <hidden>
Date: 2021-03-21 12:04:58
On Sat, Mar 20, 2021 at 04:23:58PM -0700, Bart Van Assche wrote:
This patch fixes the following Coverity warning:
CID 361199 (#1 of 1): Unchecked return value (CHECKED_RETURN)
3. check_return: Calling qla24xx_get_isp_stats without checking return
value (as is done elsewhere 4 out of 5 times).
Cc: Quinn Tran <redacted>
Cc: Mike Christie <michael.christie@oracle.com>
Cc: Himanshu Madhani <redacted>
Cc: Daniel Wagner <redacted>
Cc: Lee Duncan <lduncan@suse.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>Reviewed-by: Daniel Wagner <redacted>