Re: [patch] be2net: signedness bug in be_msix_enable()

2016-06-30 Thread David Miller
From: Dan Carpenter Date: Wed, 29 Jun 2016 17:39:43 +0300 > "num_vec" needs to be signed for the error handling to work. > > Fixes: e261768e9e39 ('be2net: support asymmetric rx/tx queue counts') > Signed-off-by: Dan Carpenter Applied.

RE: [patch] be2net: signedness bug in be_msix_enable()

2016-06-30 Thread Sathya Perla
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > > "num_vec" needs to be signed for the error handling to work. > > Fixes: e261768e9e39 ('be2net: support asymmetric rx/tx queue counts') > Signed-off-by: Dan Carpenter > > diff --git a/drivers/net/ethernet/emule