Re: [PATCH v3 3/3] tty: serial: msm: replaces (1 << x) with BIT(x) macro

From: Fabio Estevam
Date: Fri Apr 10 2015 - 08:33:25 EST


On Fri, Apr 10, 2015 at 9:19 AM, Pramod Gurav <gpramod@xxxxxxxxxxxxxx> wrote:

> -#define UART_TF 0x000C
> -#define UARTDM_TF 0x0070
> +#define UART_TF 0x000C
> +#define UARTDM_TF 0x0070

This is a different change, so it should be part of a different patch.

> -#define UART_IPR 0x0018
> -#define UART_TFWR 0x001C
> -#define UART_RFWR 0x0020
> -#define UART_HCR 0x0024
> +#define UART_IPR 0x0018
> +#define UART_TFWR 0x001C
> +#define UART_RFWR 0x0020
> +#define UART_HCR 0x0024

Same here.

Regards,

Fabio Estevam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/