Re: [PATCH] ps3: vuart: semaphore to mutex

2008-01-11 Thread Daniel Walker
On Fri, 2008-01-11 at 09:20 +0100, Geert Uytterhoeven wrote: > On Thu, 10 Jan 2008, Daniel Walker wrote: > > This probe_mutex conforms to the new struct mutex type. > > This patch converts it from the old semaphore to the new struct mutex. > > The PS3 tree already has this change. > > With kind

Re: [PATCH] ps3: vuart: semaphore to mutex

2008-01-11 Thread Geert Uytterhoeven
On Thu, 10 Jan 2008, Daniel Walker wrote: > This probe_mutex conforms to the new struct mutex type. > This patch converts it from the old semaphore to the new struct mutex. The PS3 tree already has this change. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software T

[PATCH] ps3: vuart: semaphore to mutex

2008-01-10 Thread Daniel Walker
This probe_mutex conforms to the new struct mutex type. This patch converts it from the old semaphore to the new struct mutex. Signed-off-by: Daniel Walker <[EMAIL PROTECTED]> --- drivers/ps3/ps3-vuart.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) Index: li