Re: [PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-07-28 Thread Corey Minyard
On 07/28/2017 09:27 AM, Corey Minyard wrote: I missed this until now, and I see it hasn't been applied yet. It's queued for the next release. Well, never mind, I see the main update didn't go in. -corey Thanks, -corey On 01/30/2017 12:47 PM, Fabian Frederick wrote: instead of

Re: [PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-07-28 Thread Corey Minyard
On 07/28/2017 09:27 AM, Corey Minyard wrote: I missed this until now, and I see it hasn't been applied yet. It's queued for the next release. Well, never mind, I see the main update didn't go in. -corey Thanks, -corey On 01/30/2017 12:47 PM, Fabian Frederick wrote: instead of

Re: [PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-07-28 Thread Corey Minyard
I missed this until now, and I see it hasn't been applied yet. It's queued for the next release. Thanks, -corey On 01/30/2017 12:47 PM, Fabian Frederick wrote: instead of atomic_add_unless(value, -1, 0) Signed-off-by: Fabian Frederick ---

Re: [PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-07-28 Thread Corey Minyard
I missed this until now, and I see it hasn't been applied yet. It's queued for the next release. Thanks, -corey On 01/30/2017 12:47 PM, Fabian Frederick wrote: instead of atomic_add_unless(value, -1, 0) Signed-off-by: Fabian Frederick --- drivers/char/ipmi/ipmi_msghandler.c | 2 +- 1

[PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-01-30 Thread Fabian Frederick
instead of atomic_add_unless(value, -1, 0) Signed-off-by: Fabian Frederick --- drivers/char/ipmi/ipmi_msghandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index

[PATCH 08/14] ipmi: use atomic_dec_not_zero()

2017-01-30 Thread Fabian Frederick
instead of atomic_add_unless(value, -1, 0) Signed-off-by: Fabian Frederick --- drivers/char/ipmi/ipmi_msghandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index 9f69995..961d677 100644 ---