Re: [PATCH] bnx2x: use ARRAY_SIZE where possible

2012-12-27 Thread David Miller
From: "Eilon Greenstein" Date: Sun, 23 Dec 2012 10:49:27 +0200 > On Thu, 2012-12-20 at 14:11 -0500, Sasha Levin wrote: >> Signed-off-by: Sasha Levin > > Acked-by Eilon Greenstein Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma

Re: [PATCH] bnx2x: use ARRAY_SIZE where possible

2012-12-23 Thread Eilon Greenstein
On Thu, 2012-12-20 at 14:11 -0500, Sasha Levin wrote: > Signed-off-by: Sasha Levin Hi Sasha, I have no problem with this cosmetic change, but it should probably be sent to net-next when it is open again. When you do resubmit it, you can add my ACK: Acked-by Eilon Greenstein Thanks, Eilon --

[PATCH] bnx2x: use ARRAY_SIZE where possible

2012-12-20 Thread Sasha Levin
Signed-off-by: Sasha Levin --- drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c index 09096b4..cb41f54 100644 ---