commit | da472731d8d0a50c451f5116477ffd9b3165f309 | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Wed Mar 02 13:47:09 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 02 13:31:56 2016 -0500 |
tree | 3e7923d34237aa768a28cb7303e9e2f341d7dd26 | |
parent | ca4f2d5036be809b0f82ce38a7663d237efa3986 [diff] |
bnx2x: define fields of struct cfc_del_event_data as little-endian There were no missing endianness conversions in this case, but the fields of struct cfc_del_event_data should be defined as little-endian to get rid of the ugly (__force __le32) casts. Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>