From: Stephen Hemminger Date: Mon, 26 Feb 2007 22:51:56 +0000 (-0800) Subject: netxen: do_rom_fast_write error handling X-Git-Tag: v2.6.21-rc2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8dfdd5cab482a2ce4a8e2375e1512aa4829c653;p=pandora-kernel.git netxen: do_rom_fast_write error handling 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed