[PATCH v2] staging: unisys: rework signal remove/insert to avoid sparse lock warnings

2015-01-17 Thread Zachary Warren
e insert/remove operation. Signed-off-by: Zachary Warren --- Diff generated against next-20150116. Change from v1: - Replace the link in the changelog with words. .../unisys/visorchannel/visorchannel_funcs.c | 103 +++-- 1 file changed, 54 insertions(+), 49 deletions(-) dif

[PATCH] staging: unisys: rework signal remove/insert to avoid sparse lock warnings

2015-01-17 Thread Zachary Warren
contexts for basic These warnings are false positives. The rework follows the suggestion from: https://lkml.org/lkml/2013/10/17/398 Signed-off-by: Zachary Warren --- Diff generated against next-20150116. This change is for Eudyptula Challenge Task 16 which requires making a Sparse fix somewher