commit 02ff728d43d2cfae2ee7cab1b82df49fdca4097a
Author: Matthew Dillon <[email protected]>
Date: Thu Oct 5 13:46:54 2017 -0700
kernel - Change index fields from unsigned to signed
* We use a signed trick for (j), fix the code so it actually works.
* The chipset field used to index (i) cannot exceed 1024 anyway.
Reported-by: lubos Bug #3020
Summary of changes:
sys/dev/disk/nvme/nvme_admin.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/02ff728d43d2cfae2ee7cab1b82df49fdca4097a
--
DragonFly BSD source repository