Michael Krufky <[email protected]> wrote:
>
> + sema_init(&state->dst_mutex, 1);
We normally use init_MUTEX(), so we don't have to remember that 1 == unlocked.
Andrew Morton wrote:
>Michael Krufky <[email protected]> wrote:
>
>
>>+ sema_init(&state->dst_mutex, 1);
>>
>>
>
>We normally use init_MUTEX(), so we don't have to remember that 1 == unlocked.
>
>
>
Hello Andrew,
I will have that changed in dvb-kernel CVS. Would you like me to send in
a patch for the same. Or you can have it changed .. ?
Thanks,
Manu