[media] tm6000: Fix mutex unbalance

Hi

Fix never unlocked mutex. No more crash after removing USB stick.

With my best regards, Dmitry.

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Dmitri Belimov 2010-12-28 21:49:07 -03:00 committed by Mauro Carvalho Chehab
parent aa777a88b2
commit 427aacfe1d
1 changed files with 1 additions and 1 deletions

View 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);
}