[PATCH] fix semaphore handling in __unregister_chrdev_region
authorWen-chien Jesse Sung <jesse@cola.voip.idv.tw>
Wed, 29 Jun 2005 03:44:41 +0000 (20:44 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 04:20:29 +0000 (21:20 -0700)
commit8d451687ca57371d303c5554b377d7f5c2ac6ae0
treee77910e971918887b7dea8c93bf6e8804518def4
parent7e568e62e9d4674d487cdc11f369e49e56ce6703
[PATCH] fix semaphore handling in __unregister_chrdev_region

This up() should be down() instead.

Signed-off-by: Wen-chien Jesse Sung <jesse@cola.voip.idv.tw>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/char_dev.c