From: Michael Chan Date: Thu, 6 Dec 2012 10:33:12 +0000 (+0000) Subject: cnic, bnx2x, bnx2: Simplify cnic probing. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd9b0fffb193d2e288f67f81821af32df8d4349;p=pandora-kernel.git cnic, bnx2x, bnx2: Simplify cnic probing. Instead of using symbol_get(), cnic can now directly call the cnic_probe functions in struct bnx2x and struct bnx2. symbol_get() is not reliable as it fails when the module is still initializing. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed