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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 May 2007 13:02:18 -0700
From:	Shane McDonald <Shane_McDonald@...-sierra.com>
To:	"'Ralf Baechle'" <ralf@...ux-mips.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Jeff Garzik <jeff@...zik.org>, netdev@...r.kernel.org
Cc:	linux-mips@...ux-mips.org
Subject: RE: [NET] meth driver renovation

Should this be:

>  static void __exit meth_exit_module(void)
>  {
> -	unregister_netdev(meth_dev);
> -	free_netdev(meth_dev);
> +	platform_driver_register(&meth_driver);
>  }

                      ^^^^^^^^

      platform_driver_unregister(&meth_driver);
                      ^^

Shane
-
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