Re: [PATCH V4 4/5] net/fec: check id_entry pointer before using it

2011-03-15 Thread Grant Likely
On Thu, Mar 10, 2011 at 12:59:44PM +0800, Jason Liu wrote: > The id_entry will possibly be NULL, So, need check > id_entry and make sure it not NULL before using it. > > Signed-off-by: Jason Liu > Signed-off-by: Jason Liu Other than the double s-o-b lines, this patch looks good to me. Acked-by

[PATCH V4 4/5] net/fec: check id_entry pointer before using it

2011-03-09 Thread Jason Liu
The id_entry will possibly be NULL, So, need check id_entry and make sure it not NULL before using it. Signed-off-by: Jason Liu Signed-off-by: Jason Liu --- drivers/net/fec.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/fec.c b/drivers/net/fec.