Re: [PATCH v2] bnx2x: fix assignment of signed expression to unsigned variable

2013-03-24 Thread David Miller
From: Kumar Amit Mehta Date: Sat, 23 Mar 2013 23:10:25 -0700 > fix for incorrect assignment of signed expression to unsigned variable. > > Signed-off-by: Kumar Amit Mehta Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

RE: [PATCH v2] bnx2x: fix assignment of signed expression to unsigned variable

2013-03-24 Thread Dmitry Kravkov
g; > linux-kernel@vger.kernel.org; kernel- > janit...@vger.kernel.org > Subject: [PATCH v2] bnx2x: fix assignment of signed expression to unsigned > variable > > fix for incorrect assignment of signed expression to unsigned variable. > > Signed-off-by: Kumar Amit Mehta &g

[PATCH v2] bnx2x: fix assignment of signed expression to unsigned variable

2013-03-23 Thread Kumar Amit Mehta
fix for incorrect assignment of signed expression to unsigned variable. Signed-off-by: Kumar Amit Mehta --- drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c b/