commit | 2892505ea170094f982516bb38105eac45f274b1 | [log] [tgz] |
---|---|---|
author | Erik Hugne <erik.hugne@ericsson.com> | Thu Mar 06 14:40:21 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 06 14:46:24 2014 -0500 |
tree | 399fe3c584aaf3a9c71d770e5ae00d55e50e0841 | |
parent | 1bb8dce57f4d15233688c68990852a10eb1cd79f [diff] |
tipc: don't log disabled tasklet handler errors Failure to schedule a TIPC tasklet with tipc_k_signal because the tasklet handler is disabled is not an error. It means TIPC is currently in the process of shutting down. We remove the error logging in this case. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>