From: Hans Verkuil <hans.verkuil@xxxxxxxxx> I posted these two patches in the middle of Baole's patch bomb, and they never turned up in the mailing list. Reposting. Apologies if they now appear twice. These two patches clean up some rare and obscure potential locking issues in the CEC framework. I noticed these when reviewing the code. The first patch just renames a struct field, the second actually fixes the locking issues. Regards, Hans Hans Verkuil (2): cec: rename cec_devnode fhs_lock to just lock cec: improve locking drivers/staging/media/cec/cec-adap.c | 12 ++++++------ drivers/staging/media/cec/cec-api.c | 8 ++++---- drivers/staging/media/cec/cec-core.c | 27 +++++++++++++++------------ include/media/cec.h | 2 +- 4 files changed, 26 insertions(+), 23 deletions(-) -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html