aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2021-04-27 19:45:18 +0000
committerPablo Neira Ayuso <[email protected]>2021-04-27 20:34:00 +0000
commit8a7363f8497900e33d4ac391315e8a8d53a03d89 (patch)
treea174897e93d6f49f524be71401d1033e1d4c6f0c /net/bluetooth/hci_request.c
parentnetfilter: nftables: add catch-all set element support (diff)
downloadkernel-8a7363f8497900e33d4ac391315e8a8d53a03d89.tar.gz
kernel-8a7363f8497900e33d4ac391315e8a8d53a03d89.zip
netfilter: nft_socket: fix an unused variable warning
The variable is only used in an #ifdef, causing a harmless warning: net/netfilter/nft_socket.c: In function 'nft_socket_init': net/netfilter/nft_socket.c:137:27: error: unused variable 'level' [-Werror=unused-variable] 137 | unsigned int len, level; | ^~~~~ Move it into the same #ifdef block. Fixes: e0bb96db96f8 ("netfilter: nft_socket: add support for cgroupsv2") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'net/bluetooth/hci_request.c')
0 files changed, 0 insertions, 0 deletions