RDMA: Allow for NULL .modify_device() and .modify_port() methods
authorBart Van Assche <bvanassche@acm.org>
Sat, 18 Jun 2011 16:35:42 +0000 (16:35 +0000)
committerRoland Dreier <roland@purestorage.com>
Mon, 18 Jul 2011 23:44:30 +0000 (16:44 -0700)
These methods don't make sense for iWARP devices, so rather than
forcing them to implement stubs, just return -ENOSYS in the core if
the hardware driver doesn't set .modify_device and/or .modify_port.

Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found