]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/bridge/sii8620: fix MSC message removal
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 1 Feb 2017 07:47:38 +0000 (08:47 +0100)
committerArchit Taneja <architt@codeaurora.org>
Thu, 2 Feb 2017 09:45:25 +0000 (15:15 +0530)
commitd6d59c5a57ebe49e4aeca8e32760c076b4cb8f7f
tree90663afa7254980b0dc2b9e30418c5786670477e
parent73a5d25d500656b9642b554117b0d9c870ba76c1
drm/bridge/sii8620: fix MSC message removal

Messages queue can be cleaned up by message callbacks, to avoid repeated
removal of current message it should be removed from the queue before
calling these callbacks.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1485935272-17337-12-git-send-email-a.hajda@samsung.com
drivers/gpu/drm/bridge/sil-sii8620.c