[media] tm6000: Fix mutex unbalance
[pandora-kernel.git] / drivers / staging / tm6000 / tm6000-core.c
index 8c897d7..96aed4a 100644 (file)
@@ -722,5 +722,5 @@ void tm6000_close_extension(struct tm6000_core *dev)
                                ops->fini(dev);
                }
        }
-       mutex_lock(&tm6000_devlist_mutex);
+       mutex_unlock(&tm6000_devlist_mutex);
 }