]> Pileus Git - ~andy/linux/commit
[media] lirc_zilog: Remove unneeded rx->buf_lock
authorAndy Walls <awalls@md.metrocast.net>
Thu, 27 Jan 2011 05:34:13 +0000 (02:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 22:23:55 +0000 (19:23 -0300)
commit8152b760effbff11cb4eef6292ae3b47719ee792
tree8cb13e50cafaa6503e8860cfa4f20fe80ce3701d
parent915e54733de4a36742ab78b4768750ce72662f85
[media] lirc_zilog: Remove unneeded rx->buf_lock

Remove the rx->buf_lock that protected the rx->buf lirc_buffer.  The
underlying operations on the objects within the lirc_buffer are already
protected by spinlocks, or the objects are constant (e.g. chunk_size).

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/lirc/lirc_zilog.c