commit | e43c9f23efadade684773a855675c99da278c862 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Aug 01 12:11:06 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 01 20:06:06 2017 -0700 |
tree | 15dbca54a12055f7dec7f24a83e1f12e81af4170 | |
parent | 1bff8a0c1f8c236209ee369b7952751c04eaa71a [diff] |
b44: Initialize 64-bit stats seqcount On 32-bit hosts and with CONFIG_DEBUG_LOCK_ALLOC we should be seeing a lockdep splat indicating this seqcount is not correctly initialized, fix that. Fixes: eeda8585522b ("b44: add 64 bit stats") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>