From: Arjan van de Ven Date: Sun, 2 Apr 2006 17:24:57 +0000 (+0200) Subject: [PATCH] revert incorrect mutex conversion in hdaps driver X-Git-Tag: v2.6.17-rc1~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597a7679dd83691be2f3a53e1f3f915b4a7f6eba;p=pandora-kernel.git [PATCH] revert incorrect mutex conversion in hdaps driver This reverts the mutex conversion that was recently done to the hdaps driver; this coversion was buggy because the hdaps driver started using this semaphore in IRQ context, which mutexes do not allow. Easiest solution for now is to just revert the patch (the patch was part of a bigger GIT commit, 9a61bf6300533d3b64d7ff29adfec00e596de67d but this only reverts this one file) Signed-off-by: Arjan van de Ven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed