From: Michael Chan Date: Fri, 14 Aug 2009 15:49:43 +0000 (+0000) Subject: cnic: Fix symbol_put_addr() panic on ia64. X-Git-Tag: v2.6.31-rc7~27^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c6460875957502541a4ba30835ac625a0bee79;p=pandora-kernel.git cnic: Fix symbol_put_addr() panic on ia64. When the cnic driver tries to grab a symbol from bnx2 when bnx2 is running init code, symbol_get() will succeed but symbol_put_addr() will hit BUG() a moment later. module_text_address() fails because bnx2 is still in init code. This is fixed by using symbol_put() instead which does the exact opposite of symbol_get(). Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed