Re: 2.5.3-pre3 -- aironet4500_core.c:2839: In function `awc_init': incompatible types in return

From: Dave Jones (davej@suse.de)
Date: Wed Jan 23 2002 - 08:00:44 EST


On Wed, Jan 23, 2002 at 10:45:50AM +0300, Evgeniy Polyakov wrote:
> --- ./drivers/net/aironet4500_core.c~ Sun Sep 30 23:26:06 2001
> +++ ./drivers/net/aironet4500_core.c Wed Jan 23 10:44:03 2002
> @@ -2836,7 +2836,7 @@
> return 0;
> final:
> printk(KERN_ERR "aironet init failed \n");
> - return NODEV;
> + return -1;

 This should probably be return -ENODEV

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 23 2002 - 21:01:03 EST