Re: [PATCH 1/5] ipc,msg: use current->state helpers

2014-05-17 Thread Manfred Spraul
On 05/13/2014 10:27 PM, Davidlohr Bueso wrote: Call __set_current_state() instead of assigning the new state directly. Signed-off-by: Davidlohr Bueso Signed-off-by: Manfred Spraul --- ipc/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipc/msg.c b/ipc/msg.c

[PATCH 1/5] ipc,msg: use current->state helpers

2014-05-13 Thread Davidlohr Bueso
Call __set_current_state() instead of assigning the new state directly. Signed-off-by: Davidlohr Bueso --- ipc/msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipc/msg.c b/ipc/msg.c index 7ed1ef3..5a8489b 100644 --- a/ipc/msg.c +++ b/ipc/msg.c @@ -227,7 +227,7 @@ sta