From: Fabio Estevam Date: Fri, 9 Aug 2013 20:58:51 +0000 (-0300) Subject: serial: amba-pl011: Use __releases/__acquires annotations X-Git-Tag: v3.12-rc1~182^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83286bfa8f40cd7545d772e2fb2a94fe8bb5830;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed