Re: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-22 Thread David Miller
From: Dan Carpenter Date: Mon, 21 Aug 2017 12:47:30 +0300 > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > matter here because we don't use more than 7 elements. > > Signed-off-by: Dan Carpenter Applied, thanks.

Re: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-22 Thread David Miller
From: Dan Carpenter Date: Mon, 21 Aug 2017 12:47:30 +0300 > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > matter here because we don't use more than 7 elements. > > Signed-off-by: Dan Carpenter Applied, thanks.

Re: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-21 Thread Dan Carpenter
On Mon, Aug 21, 2017 at 02:52:34PM +, David Laight wrote: > From: Dan Carpenter > > Sent: 21 August 2017 10:48 > > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > > matter here because we don't use more than 7 elements. > > > > Signed-off-by: Dan Carpenter

Re: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-21 Thread Dan Carpenter
On Mon, Aug 21, 2017 at 02:52:34PM +, David Laight wrote: > From: Dan Carpenter > > Sent: 21 August 2017 10:48 > > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > > matter here because we don't use more than 7 elements. > > > > Signed-off-by: Dan Carpenter > > > >

RE: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-21 Thread David Laight
From: Dan Carpenter > Sent: 21 August 2017 10:48 > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > matter here because we don't use more than 7 elements. > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/net/ethernet/xircom/xirc2ps_cs.c

RE: [PATCH net] ethernet: xircom: small clean up in setup_xirc2ps_cs()

2017-08-21 Thread David Laight
From: Dan Carpenter > Sent: 21 August 2017 10:48 > The get_options() function takes the whole ARRAY_SIZE(). It doesn't > matter here because we don't use more than 7 elements. > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/net/ethernet/xircom/xirc2ps_cs.c >