diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-09-27 14:16:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-27 14:04:23 +0100 |
commit | ef5d6356e2ace045fd388c1b6effb2253642b5c4 (patch) | |
tree | 7b42e6d91d799349729d6960f378f1b57bd89398 /drivers/crypto/keembay | |
parent | 3e0d5699a975718efe048edc6f61fbe1cf50e51e (diff) | |
download | linux-ef5d6356e2ace045fd388c1b6effb2253642b5c4.tar.bz2 |
cxgb: avoid open-coded offsetof()
clang-14 does not like the custom offsetof() macro in vsc7326:
drivers/net/ethernet/chelsio/cxgb/vsc7326.c:597:3: error: performing pointer subtraction with a null pointer has undefined behavior [-Werror,-Wnull-pointer-subtraction]
HW_STAT(RxUnicast, RxUnicastFramesOK),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/chelsio/cxgb/vsc7326.c:594:56: note: expanded from macro 'HW_STAT'
{ reg, (&((struct cmac_statistics *)NULL)->stat_name) - (u64 *)NULL }
Rewrite this to use the version provided by the kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/keembay')
0 files changed, 0 insertions, 0 deletions