diff options
| author | John Garry <[email protected]> | 2017-06-26 18:27:28 +0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2017-06-26 15:01:04 -0400 |
| commit | d0ef10c9a42ee2008a5106d04ed34a53b9c6e6c6 (patch) | |
| tree | 0de16ade2aa1f44f6ee2d7c67e406233fac390d6 /tools/perf/scripts/python | |
| parent | 6e9017feaaaaaaa02069cfb267b13f625f9cf6d7 (diff) | |
scsi: hisi_sas: redefine hisi_sas_phy.phy_type as u32
Element phy_type is a bitmask and it only ever has 2 bits possibly set,
and it is overkill to define as a u64, so redefine as a u32.
This change resolves static code check complaint that "phy->phy_type &=
~PORT_TYPE_SAS;" would unintentionally clear the high 32 bits as well.
Structure hisi_sas_phy is also reordered to ensure packing efficiency.
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions