IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()
authorJack Morgenstein <jackm@dev.mellanox.co.il>
Sun, 27 Jan 2008 16:13:20 +0000 (18:13 +0200)
committerRoland Dreier <rolandd@cisco.com>
Tue, 5 Feb 2008 04:20:43 +0000 (20:20 -0800)
commit6ccef1de2c1718729dd1c7ee8bd98473519eb3b3
tree7685f0b85ce22ae65ea95a4af9771e03ec6206ad
parent7bc531dd883b955e6198c8e202161f22d2e8c472
IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()

For memfree devices, the firmware QUERY_ADAPTER command does not
return vendor_id, device_id, and revision_id; do not return these
fields in the QUERY_ADAPTER function for memfree devices.

Instead, for memfree devices, initialize the rev_id field of the mthca
device via init_node_data (MAD IFC query), as is done in the
query_device verb implementation.

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_cmd.c
drivers/infiniband/hw/mthca/mthca_main.c
drivers/infiniband/hw/mthca/mthca_provider.c