commit | d5c5181cd9fac12c9ea1ba3a250c77dca768410e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu May 07 12:59:19 2015 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sat May 09 16:51:01 2015 +0300 |
tree | 81d293e1f51827cd4d2054af4c67b716f2099e6d | |
parent | 6f157edb4daa75ffc9e756b2ee8159270418d66f [diff] |
brcmfmac: cleanup a sizeof() "flowrings" and "*flowrings" are both pointers so this always returns sizeof(void *) and the current code works fine. But "*flowrings" is intended here and static checkers complain, so lets change it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>