Re: 2.2.17pre9: A typo fixed; some warnings squashed

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jul 02 2000 - 21:46:39 EST


> +++ linux-2.2.17pre/drivers/net/8390.c Sat Jul 1 23:16:11 2000
> @@ -176,7 +176,6 @@
> /* Opposite of above. Only used when "ifconfig <devname> down" is done. */
> int ei_close(struct device *dev)
> {
> - struct ei_device *ei_local = (struct ei_device *) dev->priv;

This is wrong

> - struct ei_device *ei_local = (struct ei_device*)dev->priv;

Ditto

> - struct ei_device *ei_local = (struct ei_device *) dev->priv;
>
> outb_p(E8390_NODMA+E8390_PAGE0, e8390_base+E8390_CMD);

Ditto

> + __asm__ __volatile__ ( \
> + "movw %w3,%w2\n\t" \
> + "movw %w4,%w3\n\t" \
> + "movl %2,%0\n\t" \

This lot cannot be changed without breaking older binutils

-
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 : Fri Jul 07 2000 - 21:00:11 EST