commit | 45a568fa6f6bf8e5b9c32e52292f297e8473a985 | [log] [tgz] |
---|---|---|
author | Maxim Levitsky <maximlevitsky@gmail.com> | Sat Jul 31 11:59:16 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Aug 08 23:42:59 2010 -0300 |
tree | b64adef3e5a75e7f00b477d43724986a0c3aacea | |
parent | 510fcb70ff375b0cec6638fcfafdf36233690bfc [diff] |
V4L/DVB: IR: replace spinlock with mutex Some handlers (lirc for example) allocates memory on initialization, doing so in atomic context is cumbersome. Fixes warning about sleeping function in atomic context. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>