commit | 1f39495d255444923c2e60556dac899301a3941c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Aug 17 19:16:27 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 20 10:28:07 2018 -0400 |
tree | 63553aa63e3698510caf615b834d07273b977307 | |
parent | d22e492495856bc77bb0619a2377f64cd3933038 [diff] |
cxgb4: disarm endianness trouble waiting to happen in tw_fwcache() 'op' needs to be converted to __be32, not force-cast to it. Fortunately, right now it's only getting passed constant 0, but the same enum contains a member equal to 1... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>