lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 1 Apr 2014 10:47:41 -0700
From:	Florian Fainelli <f.fainelli@...il.com>
To:	Shruti@...escale.com
Cc:	netdev <netdev@...r.kernel.org>, emmedve1@...escale.com
Subject: Re: [PATCH] net/phy: Remove return value for a void function

2014-04-01 7:44 GMT-07:00  <Shruti@...escale.com>:
> From: Shruti Kanetkar <Shruti@...escale.com>
>
> Signed-off-by: Shruti Kanetkar <Shruti@...escale.com>

Acked-by: Florian Fainelli <f.fainelli@...il.com>

> ---
>  drivers/net/phy/vitesse.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
> index 14372c6..1f2f060 100644
> --- a/drivers/net/phy/vitesse.c
> +++ b/drivers/net/phy/vitesse.c
> @@ -319,8 +319,8 @@ static int __init vsc82xx_init(void)
>
>  static void __exit vsc82xx_exit(void)
>  {
> -       return phy_drivers_unregister(vsc82xx_driver,
> -               ARRAY_SIZE(vsc82xx_driver));
> +       phy_drivers_unregister(vsc82xx_driver,
> +                              ARRAY_SIZE(vsc82xx_driver));
>  }
>
>  module_init(vsc82xx_init);
> --
> 1.8.3.1
>
>



-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ