staging: unisys: uislib: uislib.c: sparse warning of context imbalance
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 9 Sep 2014 10:41:09 +0000 (16:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:49:13 +0000 (14:49 -0700)
commit4f01952d23977857c6e0b78a56d89b07b7e7ebec
treebc5ae9094e5f65a9c18e5739486ede3fd73347c2
parent15ef0cc12482204b968794b25f9e2805509c686b
staging: unisys: uislib: uislib.c: sparse warning of context imbalance

fixed sparse warning : context imbalance in 'resume_device'
                        unexpected unlock
this patch will generate warning from checkpatch for
lines over 80 character , but since those are user-visible strings
so it was not modified.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Acked-by: Benjamin Romer <benjamin.romer@unisys.com>
Tested-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/uislib/uislib.c