commit | cc295d0e95063809af31971e4aec1d809247f13b | [log] [tgz] |
---|---|---|
author | Daniel Walker <dwalker@mvista.com> | Sat Dec 22 14:03:28 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Dec 23 12:54:37 2007 -0800 |
tree | 78176e5d07e32bd06aad5b4d321573002f9f99cd | |
parent | 04bdfb9191eaf7330ac88edf83d7b49878c9b2d1 [diff] |
ps3: vuart: fix error path locking This stray down would cause a permanent sleep which doesn't seem correct. The other uses of this semaphore appear fairly mutex like it's even initialized with init_MUTEX() .. So here a patch for removing this one down(). Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>