staging: csr: remove panic at locking the mutex
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 25 Oct 2012 05:50:58 +0000 (01:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 19:14:42 +0000 (12:14 -0700)
commit585628255a8c359d3db81818a23acfc6f22ff6d8
tree313ca34ef213b0e9f824013da6936df438e29928
parent9c2c438ceeee5d22aeaea4162a96c0f35f62a7ff
staging: csr: remove panic at locking the mutex

when down_interruptible fail, means a signal occur, or any other failure
we are panicing, and it seems that we should not panic, instead we would
have done a spinlock, but currently removing the panic call.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/csr_framework_ext.c