Skip to content
Commit 1df726ef authored by Russell King's avatar Russell King
Browse files

NET: am79c961: fix race in link status code



The link status code operates from a timer, and writes the index
register without first taking a lock.  A well-placed interrupt
between writing the index register and reading the data register
could change the index register on us, which will return wrong data.
Add the necessary lock.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent fb492c91
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment