[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110628111105.7126569f@lxorguk.ukuu.org.uk>
Date: Tue, 28 Jun 2011 11:11:05 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Arnd Bergmann <arnd@...db.de>
Cc: Greg Kroah-Hartman <gregkh@...e.de>, linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: Re: [PATCH 7/7] serial/8250: make PIO support optional
> - p->serial_in = io_serial_in;
> - p->serial_out = io_serial_out;
> + p->serial_in = mem_serial_in;
> + p->serial_out = mem_serial_out;
> break;
And this kind of stuff changing defaults is asking for trouble.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists