commit | 45cee4f594bcb3083c2d8475462af2f2ddf29aff | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Fri Feb 20 19:12:52 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 22 15:24:10 2015 -0500 |
tree | 18c6d635c77105420915b2877c2f84ea281250ed | |
parent | 3f34b24a732bab9635c4b32823268c37c01b40f0 [diff] |
mISDN: replace current->state by set_current_state() Use helper function to access current->state. Direct assignments are prone to races and therefore buggy. Thanks to Peter Zijlstra for the exact definition of the problem. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>