From: Andy Walls Date: Thu, 27 Jan 2011 05:34:13 +0000 (-0300) Subject: [media] lirc_zilog: Remove unneeded rx->buf_lock X-Git-Tag: v2.6.39-rc1~86^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8152b760effbff11cb4eef6292ae3b47719ee792;p=pandora-kernel.git [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 Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed