commit | 4bd9b0fffb193d2e288f67f81821af32df8d4349 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu Dec 06 10:33:12 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 07 12:44:02 2012 -0500 |
tree | b2e19d3ffeac16974eda2d396f543a1d25466f1c | |
parent | 68c64d2034faa0961ad4a38b915dc10a4581bb64 [diff] |
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 <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>