Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: lpfc: Removed unused macros in lpfc_attr.c

Removed unused MRQ-related defines that are not referenced.

Link: https://lore.kernel.org/r/20201020202719.54726-5-james.smart@broadcom.com
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

James Smart and committed by
Martin K. Petersen
7cbef585 e5785d3e

-4
-4
drivers/scsi/lpfc/lpfc_attr.c
··· 57 57 #define LPFC_MIN_DEVLOSS_TMO 1 58 58 #define LPFC_MAX_DEVLOSS_TMO 255 59 59 60 - #define LPFC_DEF_MRQ_POST 512 61 - #define LPFC_MIN_MRQ_POST 512 62 - #define LPFC_MAX_MRQ_POST 2048 63 - 64 60 /* 65 61 * Write key size should be multiple of 4. If write key is changed 66 62 * make sure that library write key is also changed.