cnic: Fix NETDEV_UP event processing.
authorMichael Chan <mchan@broadcom.com>
Fri, 2 Oct 2009 18:03:28 +0000 (11:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2009 18:03:28 +0000 (11:03 -0700)
This fixes the problem of not handling the NETDEV_UP event properly
during hot-plug or modprobe of bnx2 after cnic.  The handling was
skipped by mistakenly using "else if" to check for the event.

Also update version to 2.0.1.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found