Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Pull rdma fixes from Doug Ledford: "The new hfi1 driver in staging/rdma has had a number of fixup patches since being added to the tree. This is the first batch of those fixes" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma: IB/hfi: Properly set permissions for user device files IB/hfi1: mask vs shift confusion IB/hfi1: clean up some defines IB/hfi1: info leak in get_ctxt_info() IB/hfi1: fix a locking bug IB/hfi1: checking for NULL instead of IS_ERR IB/hfi1: fix sdma_descq_cnt parameter parsing IB/hfi1: fix copy_to/from_user() error handling IB/hfi1: fix pstateinfo from returning improperly byteswapped value
This commit is contained in:
@@ -294,8 +294,8 @@ struct opa_port_states {
|
||||
|
||||
struct opa_port_state_info {
|
||||
struct opa_port_states port_states;
|
||||
u16 link_width_downgrade_tx_active;
|
||||
u16 link_width_downgrade_rx_active;
|
||||
__be16 link_width_downgrade_tx_active;
|
||||
__be16 link_width_downgrade_rx_active;
|
||||
};
|
||||
|
||||
struct opa_port_info {
|
||||
|
||||
Reference in New Issue
Block a user