Re: [PATCH 3/3] media: ngene: Replace semaphore i2c_switch_mutex with mutex

From: Arnd Bergmann
Date: Thu Jun 08 2017 - 11:17:57 EST


On Thu, Jun 8, 2017 at 12:04 PM, Binoy Jayan <binoy.jayan@xxxxxxxxxx> wrote:
> The semaphore 'i2c_switch_mutex' is used as a simple mutex, so
> it should be written as one. Semaphores are going away in the future.
>
> Signed-off-by: Binoy Jayan <binoy.jayan@xxxxxxxxxx>

This one is obviously correct,

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>