commit | 5779675912fa87d8d0af651537acc0e312f06c70 | [log] [tgz] |
---|---|---|
author | Mintz, Yuval <Yuval.Mintz@cavium.com> | Fri Jun 02 08:58:30 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 02 10:33:02 2017 -0400 |
tree | b3d3d25b14e312051bc6dcbeeb4a92cf366fc6af | |
parent | 3a5f8997dc643a0e0e9a0895c2214b21e5e774a2 [diff] |
qed: Correct order of wwnn and wwpn Driver reads values via HSI splitting this 8-byte into 2 32-bit values and builds a single u64 field - but it does so by shifting the lower field instead of the higher. Luckily, we still don't use these fields for anything - but we're about to start. Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>