Skip to content

Commit

Permalink
NVMe: Delete NVME_GET_FEAT_TEMP_THRESH
Browse files Browse the repository at this point in the history
This define isn't used, and any code that wanted to use it should use
NVME_FEAT_TEMP_THRESH instead.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
  • Loading branch information
Matthew Wilcox committed Jun 4, 2014
1 parent 9d43cf6 commit de672b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/nvme-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ static int sg_version_num = 30534; /* 2 digits for each component */

/* NVMe Namespace and Command Defines */
#define NVME_GET_SMART_LOG_PAGE 0x02
#define NVME_GET_FEAT_TEMP_THRESH 0x04
#define BYTES_TO_DWORDS 4
#define NVME_MAX_FIRMWARE_SLOT 7

Expand Down

0 comments on commit de672b9

Please sign in to comment.