[PATCH v2 2/6] Sysace: Use the established platform bus api

Christoph Hellwig hch at infradead.org
Mon Oct 1 09:05:57 EST 2007


On Sun, Sep 30, 2007 at 04:57:09PM -0600, Grant Likely wrote:
> +	if ((rc = platform_driver_register(&ace_platform_driver)) != 0)
> +		goto err_plat;

	rc = platform_driver_register(&ace_platform_driver);
	if (rc)
		 goto err_plat;

please.

> +      err_plat:
> +	unregister_blkdev(ace_major, "xsysace");
> +      err_blk:

labels should be indented zero or one space, but not more.




More information about the Linuxppc-dev mailing list