Re: [PATCH 7/7] serial/8250: make PIO support optional

From: Alan Cox
Date: Tue Jun 28 2011 - 06:12:20 EST



> - 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/