Loading drivers/nvme/host/fc.c +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ enum nvme_fc_queue_flags { NVME_FC_Q_CONNECTED = (1 << 0), NVME_FC_Q_LIVE = (1 << 1), NVME_FC_Q_CONNECTED = 0, NVME_FC_Q_LIVE, }; #define NVMEFC_QUEUE_DELAY 3 /* ms units */ Loading Loading
drivers/nvme/host/fc.c +2 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ enum nvme_fc_queue_flags { NVME_FC_Q_CONNECTED = (1 << 0), NVME_FC_Q_LIVE = (1 << 1), NVME_FC_Q_CONNECTED = 0, NVME_FC_Q_LIVE, }; #define NVMEFC_QUEUE_DELAY 3 /* ms units */ Loading