Re: [PATCH 2/2] [POWERPC] Fix region size check in mpc5200 FEC driver

2007-11-01 Thread Grant Likely
On 11/1/07, Ingo Oeser <[EMAIL PROTECTED]> wrote: > Hi Grant, > > Grant Likely schrieb: > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Driver shouldn't complain if the register range is larger than what > > it expects. This works around failures with some device trees. > > > > But maybe the fi

Re: [PATCH 2/2] [POWERPC] Fix region size check in mpc5200 FEC driver

2007-11-01 Thread Ingo Oeser
Hi Grant, Grant Likely schrieb: > From: Grant Likely <[EMAIL PROTECTED]> > > Driver shouldn't complain if the register range is larger than what > it expects. This works around failures with some device trees. > But maybe the firmware guys like to know about it? May I suggest putting this in f

[PATCH 2/2] [POWERPC] Fix region size check in mpc5200 FEC driver

2007-11-01 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Driver shouldn't complain if the register range is larger than what it expects. This works around failures with some device trees. Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- drivers/net/fec_mpc52xx.c |4 ++-- 1 files changed, 2 insertions(+),