From 597a7679dd83691be2f3a53e1f3f915b4a7f6eba Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 2 Apr 2006 19:24:57 +0200 Subject: [PATCH] [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-format-patch failed