]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
RDMA/nes: Fix test of uninitialized netdev
authorRoland Dreier <roland@purestorage.com>
Fri, 25 Mar 2011 00:13:20 +0000 (17:13 -0700)
committerRoland Dreier <roland@purestorage.com>
Fri, 25 Mar 2011 00:18:30 +0000 (17:18 -0700)
commitcf55bb2439d2a7080fae6edf84919fd81f891574
tree1f9c3f01fb4cf2a6192e4dfa714ce001f7c9b2f1
parent6c5103890057b1bb781b26b7aae38d33e4c517d8
RDMA/nes: Fix test of uninitialized netdev

Commit 1765a575334f ("net: make dev->master general") introduced a
test of an uninitialized netdev.  Fix the code so the intended netdev
is tested.

Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/nes/nes_cm.c