public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Haavard Skinnemoen <hskinnemoen@atmel.com>
To: Michael Trimarchi <trimarchimichael@yahoo.it>
Cc: linux-kernel@vger.kernel.org, Marc Pignat <marc.pignat@hevs.ch>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] atmel_serial remove duplicated macro definition
Date: Wed, 16 Apr 2008 01:25:45 -0400	[thread overview]
Message-ID: <20080416012545.2709e7b7@siona.local> (raw)
In-Reply-To: <370563.4572.qm@web26213.mail.ukl.yahoo.com>

On Sun, 13 Apr 2008 22:51:53 +0000 (GMT)
Michael Trimarchi <trimarchimichael@yahoo.it> wrote:

> After commit 39d4c922b596633da86878b1a5cc881785b8e5fa (atmel_serial: fix
> uart/console concurrent access) the UART_GET_TCR macro got redefined. This
> patch removes the duplicated definition.

Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

Original attachment follows...

=============[cut here]===================

After commit 39d4c922b596633da86878b1a5cc881785b8e5fa (atmel_serial: fix
uart/console concurrent access) the UART_GET_TCR macro got redefined. This
patch removes the duplicated definition.

Signed-off-by: michael trimarchi <trimarchimichael@evidence.eu.com>
---
 drivers/serial/atmel_serial.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/atmel_serial.c b/drivers/serial/atmel_serial.c
index 430997e..3a5f44c 100644
--- a/drivers/serial/atmel_serial.c
+++ b/drivers/serial/atmel_serial.c
@@ -96,7 +96,6 @@
 
  /* PDC registers */
 #define UART_PUT_PTCR(port,v)	__raw_writel(v, (port)->membase + ATMEL_PDC_PTCR)
-#define UART_GET_TCR(port)      __raw_readl((port)->membase + ATMEL_PDC_TCR)
 #define UART_GET_PTSR(port)	__raw_readl((port)->membase + ATMEL_PDC_PTSR)
 
 #define UART_PUT_RPR(port,v)	__raw_writel(v, (port)->membase + ATMEL_PDC_RPR)
-- 
1.5.3.1


      parent reply	other threads:[~2008-04-16  5:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-13 22:51 [PATCH] atmel_serial remove duplicated macro definition Michael Trimarchi
2008-04-14  7:18 ` Marc Pignat
2008-04-16  5:25 ` Haavard Skinnemoen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080416012545.2709e7b7@siona.local \
    --to=hskinnemoen@atmel.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.pignat@hevs.ch \
    --cc=trimarchimichael@yahoo.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox