OSDN Git Service

staging: wfx: fix RCU usage
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 15 Jan 2020 13:55:12 +0000 (13:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Jan 2020 19:59:51 +0000 (20:59 +0100)
commitd00149011066bde86cd56c64b77616c40a4f83af
tree998f73b7e8a27b9fe89ebfc4e8acaee033ddb032
parent76b5c2ce468fc7fa5f4daf727bbefa6f8a2d7a02
staging: wfx: fix RCU usage

Indeed, sta was used after call to rcu_unlock()

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200115135338.14374-49-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/sta.c