commit | f66feaa98be00e59d4f4c9759f7b064908f52a5c | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Fri Jun 12 21:35:50 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 15 16:06:49 2015 -0700 |
tree | 384fd0239dc6c8726ddb936cdc39846a83394019 | |
parent | 92014b97edb6e90901849a6b2c7ca76e43e0fdbb [diff] |
rocker: move port stop to 'no wait' processing rocker_port_stop can be called from atomic and non-atomic contexts. Since we can't test what context we're getting called in, do the processing as 'no wait', which will cover all cases. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>