Re: [PATCH] netxen: do_rom_fast_write error handling
From: Jeff Garzik <hidden>
Date: 2007-02-27 09:39:30
From: Jeff Garzik <hidden>
Date: 2007-02-27 09:39:30
Stephen Hemminger wrote:
Compiler warning spots real error! The function do_rom_fast_read called in do_rom_fast_write can fail and leave data1 unset. This causes a compile warning. The correct thing is to propagate the error out. Signed-off-by: Stephen Hemminger <redacted> --- drivers/net/netxen/netxen_nic_init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
applied