Re: [PATCH 1/5] Use mutex instead of semaphore in the Host AP driver
From: Randy Dunlap <hidden>
Date: 2007-07-30 20:10:27
Also in:
lkml
From: Randy Dunlap <hidden>
Date: 2007-07-30 20:10:27
Also in:
lkml
On Tue, 31 Jul 2007 01:44:37 +0530 (IST) Satyam Sharma wrote:
On Mon, 30 Jul 2007, John W. Linville wrote:quoted
On Mon, Jul 30, 2007 at 12:50:31PM +0530, Satyam Sharma wrote:quoted
On Mon, 30 Jul 2007, Matthias Kaehlcke wrote:quoted
[...] The Host AP driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <redacted>Reviewed-by: Satyam Sharma <redacted>Is that the same as Acked-by? Or do you disagree with the patch? Just checkin'...Well, I'm not the maintainer, so didn't think correct to give an "Acked-by". "Reviewed-by" generally means I read the patch, and think it is correct. Probably could save time for others ...
You should use Acked-by. See Documentation/SubmittingPatches. :) --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***