]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Fix get-feature command sel parameter check to allow value 8
authorTokunori Ikegami <ikegami.t@gmail.com>
Thu, 4 May 2023 11:56:56 +0000 (20:56 +0900)
committerDaniel Wagner <wagi@monom.org>
Thu, 4 May 2023 14:38:03 +0000 (16:38 +0200)
commita88cec6d32c0ca17f3bbf2e09245f9de9bfae3b6
treea1d087c9bfcc3a849614f99e4d429a04960d29df
parent8758d84e0f1fa33a8615d893d786f7499f4c8eff
nvme: Fix get-feature command sel parameter check to allow value 8

The parameter was changed to use value 8 also by the change 30b89e5ef.
  Note: The value is used only for the command functionality to limit feature
        output changed from default but not passed to the driver.

Fixes: 63dcb68c6 ("nvme: Fix parameter limit range")
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
nvme.c