commit | 27e1f1396465944d9f78ad4ee26e596c2e260092 | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Fri Apr 01 17:44:13 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Apr 28 21:58:42 2016 -0700 |
tree | 00d19eb452d96117eee5ffa405c35c6645e8b83a | |
parent | ae33a836df17456aa80eff664a070592e2482ea2 [diff] |
staging: wilc1000: changes logic when happened mq_send fail This patch changes logic when happened mq_send fail. The check as a result value that mq_send fail. But, regardless of the result value then perform a semaphore up. That is an occur that semaphore locking. Add to 'else' routine and move to 'else' position a semaphore up. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>