From ea33640a933e208301fea4fe7cbc6cc288e32cc6 Mon Sep 17 00:00:00 2001 From: Jongsung Kim Date: Fri, 10 May 2013 18:05:35 +0900 Subject: [PATCH] tty: serial: amba-pl011: revise to use amba_rev macro This patch replaces the ugly bit-operations with the convenient amba_rev macro from the get_fifosize_arm function. The type of get_fifosize member function is also slightly changed to take a pointer to the amba_device. Signed-off-by: Jongsung Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed