lkml.org 
[lkml]   [2008]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 07/10] net: fix returning void-valued expression warnings
> --- a/drivers/net/8390.c
> +++ b/drivers/net/8390.c
> @@ -34,7 +34,7 @@ struct net_device *__alloc_ei_netdev(int size)
>
> void NS8390_init(struct net_device *dev, int startp)
> {
> - return __NS8390_init(dev, startp);
> + __NS8390_init(dev, startp);
> }
>
> EXPORT_SYMBOL(ei_open);

Acked-by: Alan Cox <alan@redhat.com>

A


\
 
 \ /
  Last update: 2008-05-01 01:43    [W:0.059 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site