commit | b83286bfa8f40cd7545d772e2fb2a94fe8bb5830 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri Aug 09 17:58:51 2013 -0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 11:37:48 2013 -0700 |
tree | 048ed0bfd6294cf8f6b2978453e9d035165a8c16 | |
parent | 8ad2ee955b810e2a8061d2d3d2e4e4072250b5ec [diff] |
serial: amba-pl011: Use __releases/__acquires annotations Fix the following sparse warnings: drivers/tty/serial/amba-pl011.c:687:20: warning: context imbalance in 'pl011_dma_flush_buffer' - unexpected unlock drivers/tty/serial/amba-pl011.c:1200:13: warning: context imbalance in 'pl011_rx_chars' - unexpected unlock Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>