public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Antony Pavlov <antony@niisi•msk.ru>
To: Greg KH <greg@kroah•com>
Cc: linux-next@vger•kernel.org, linux-kernel@vger•kernel.org,
	Antony Pavlov <antony@niisi•msk.ru>
Subject: [PATCH] drivers/tty/serial/8250_pci.c: fix warning
Date: Sun, 29 May 2011 18:12:26 +0400	[thread overview]
Message-ID: <1306678346-32045-1-git-send-email-antony@niisi.msk.ru> (raw)
In-Reply-To: <20110525103740.f8917fd8.sfr@canb.auug.org.au>

Signed-off-by: Antony Pavlov <antony@niisi•msk.ru>
---
 drivers/tty/serial/8250_pci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c
index 4b4968a..78e98a5 100644
--- a/drivers/tty/serial/8250_pci.c
+++ b/drivers/tty/serial/8250_pci.c
@@ -973,7 +973,7 @@ ce4100_serial_setup(struct serial_private *priv,
 
 static int
 pci_omegapci_setup(struct serial_private *priv,
-		      struct pciserial_board *board,
+		      const struct pciserial_board *board,
 		      struct uart_port *port, int idx)
 {
 	return setup_port(priv, port, 2, idx * 8, 0);
-- 
1.7.1

      parent reply	other threads:[~2011-05-29 14:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25  0:37 linux-next: build warning in Linus' tree Stephen Rothwell
2011-05-26  7:15 ` Greg KH
2011-05-29 14:12 ` Antony Pavlov [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=1306678346-32045-1-git-send-email-antony@niisi.msk.ru \
    --to=antony@niisi$(echo .)msk.ru \
    --cc=greg@kroah$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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