mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 01:05:08 +07:00
scsi: qla2xxx: Allow ql2xextended_error_logging special value 1 to be set anytime
ql2xextended_error_logging can now be set to 1 to get the default mask value, as opposed to at module load time only. Link: https://lore.kernel.org/r/20200806111014.28434-7-njavali@marvell.com Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Arun Easi <aeasi@marvell.com> Signed-off-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
81b9d1e19d
commit
49030003a3
@ -380,5 +380,8 @@ extern int qla24xx_soft_reset(struct qla_hw_data *);
|
|||||||
static inline int
|
static inline int
|
||||||
ql_mask_match(uint level)
|
ql_mask_match(uint level)
|
||||||
{
|
{
|
||||||
|
if (ql2xextended_error_logging == 1)
|
||||||
|
ql2xextended_error_logging = QL_DBG_DEFAULT1_MASK;
|
||||||
|
|
||||||
return (level & ql2xextended_error_logging) == level;
|
return (level & ql2xextended_error_logging) == level;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user