Re: Update to serial driver for Linux 2.3.99pre6-6

From: Albert Cranford (ac9410@bellsouth.net)
Date: Tue Apr 25 2000 - 20:51:50 EST


tytso@mit.edu wrote:
> Patch generated: on Tue Apr 25 22:52:46 EDT 2000 by tytso@snap.thunk.org
> against Linux version 2.3.99
..............
> @@ -4951,6 +5119,8 @@
> info->magic = SERIAL_MAGIC;
> info->state = state;
> info->port = state->port;
> + if (HIGH_BITS_OFFSET)
> + info->port += state->port_high << HIGH_BITS_OFFSET;
> info->flags = state->flags;
> #ifdef CONFIG_HUB6
> info->hub6 = state->hub6;

I had to change this to:
if (HIGH_BITS_OFFSET)
 info->port += state->port << HIGH_BITS_OFFSET;
to get a clean compile. There is no member port_high in state_struct.
Later,
Albert

-- 
Albert Cranford Deerfield Beach FL USA
ac9410@bellsouth.net

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



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:10 EST