summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch b/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch
deleted file mode 100644
index 1e18dc2198..0000000000
--- a/target/linux/omap24xx/patches-2.6.38/505-cbus-retu-write-lock.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/cbus/retu.c
-+++ b/drivers/cbus/retu.c
-@@ -120,7 +120,9 @@ void retu_write_reg(struct device *child
- {
- struct retu *retu = dev_get_drvdata(child->parent);
-
-+ mutex_lock(&retu->mutex);
- __retu_write_reg(retu, reg, val);
-+ mutex_unlock(&retu->mutex);
- }
- EXPORT_SYMBOL_GPL(retu_write_reg);
-