commit | 18f4fdf6b92eec515d8496c31d23048bdebb50c6 | [log] [tgz] |
---|---|---|
author | Bamidi RaviKiran <bamidir@codeaurora.org> | Wed Sep 05 11:23:18 2012 +0530 |
committer | Bamidi RaviKiran <bamidir@codeaurora.org> | Mon Sep 10 18:10:51 2012 +0530 |
tree | 93a2d5124a86b5d7a72f5ec95d3474ae6f2f367d | |
parent | f3680cea7e824ee4fb062329d47e0dcecf1c0e45 [diff] |
media: dvb: mpq: Removed unnecessary mutex locks Removed unnecessary mutex lock in the function mpq_get_dev_frm_client. The global structure is written only at the time of open and close and hence no mutex protection is required for reading. Change-Id: I9b5190bfbdf952d35935f5fbd7157d9e3d23ed3a Signed-off-by: Bamidi RaviKiran <bamidir@codeaurora.org>