diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-16 07:56:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-16 07:56:33 +0000 |
commit | f74116e59942d9773459b1de0882901b21f60bbd (patch) | |
tree | 5fdd971d923e1d6665354541e735c0edb0f66afa /target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch | |
parent | e2ffe8f1b9568f94340d78ec6c314582388b0332 (diff) | |
download | upstream-f74116e59942d9773459b1de0882901b21f60bbd.tar.gz upstream-f74116e59942d9773459b1de0882901b21f60bbd.tar.bz2 upstream-f74116e59942d9773459b1de0882901b21f60bbd.zip |
omap24xx: remove obsolete kernel 3.3 patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46947
Diffstat (limited to 'target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch b/target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch deleted file mode 100644 index be406716ae..0000000000 --- a/target/linux/omap24xx/patches-3.3/251-cbus-tahvo-lock-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/cbus/tahvo.c -+++ b/drivers/cbus/tahvo.c -@@ -104,7 +104,9 @@ void tahvo_write_reg(struct device *chil - { - struct tahvo *tahvo = dev_get_drvdata(child->parent); - -+ mutex_lock(&tahvo->mutex); - __tahvo_write_reg(tahvo, reg, val); -+ mutex_unlock(&tahvo->mutex); - } - EXPORT_SYMBOL(tahvo_write_reg); - |