Prevent potential underflow in ibcore.

Linux commit:
a9018adfde809d44e71189b984fa61cc89682b5e

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2019-11-15 11:46:53 +00:00
parent ae9a8ec99f
commit 9220357857
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354728

View File

@ -285,7 +285,7 @@ enum ib_cq_creation_flags {
struct ib_cq_init_attr {
unsigned int cqe;
int comp_vector;
u32 comp_vector;
u32 flags;
};