From: Michael Chan Date: Sun, 30 Apr 2006 02:00:24 +0000 (-0700) Subject: [TG3]: Fix bug in nvram write X-Git-Tag: v2.6.17-rc4~101^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d9a2565bc754043f43b8f51b19f77ee0269411;p=pandora-kernel.git [TG3]: Fix bug in nvram write Fix bug in nvram write function. If the starting nvram address offset happens to be the last dword of the page, the NVRAM_CMD_LAST bit will not get set in the existing code. This patch fixes the bug by changing the "else if" to "if" so that the last dword condition always gets checked. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed