commit | 776f07ee303a5e13970cbfaed767e28cbab4002f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Aug 11 21:19:19 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 10 10:06:54 2018 -0700 |
tree | b2bcf78f58df510600d91f39727f168a047f7359 | |
parent | 250bb6f0f8240a6addbb3fe9c9dbd4abd79503c8 [diff] |
brcmfmac: Use __skb_peek(). Instead of direct SKB list pointer accesses. In these situations, we absolutely know that the SKB queue in question is non-empty. Signed-off-by: David S. Miller <davem@davemloft.net>