K 10 svn:author V 6 adrian K 8 svn:date V 27 2020-11-17T17:12:28.005043Z K 7 svn:log V 280 [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4 This fixes a type signedness comparison warning-to-error on gcc-6.4. The ternary operation casts it right but the actual assignment doesn't. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D26791 END