commit | 5d78bf80f63cc85548b0643d147b76b1949c64de | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Jul 16 02:16:14 2013 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 13:33:14 2013 -0700 |
tree | 091cf49b3ae59cfc24d9ff8bb36f653c554cc723 | |
parent | 6fe9a899edc8c145e6ba6d8217f95cf23932f999 [diff] |
imx-drm: imx-tve: Provide __acquires/__releases annotation Fix the following sparse warnings: drivers/staging/imx-drm/imx-tve.c:133:13: warning: context imbalance in 'tve_lock' - wrong count at exit drivers/staging/imx-drm/imx-tve.c:139:13: warning: context imbalance in 'tve_unlock' - unexpected unlock Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>