Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
From: Grant Likely <hidden>
Date: 2007-10-01 13:21:43
Also in:
lkml
From: Grant Likely <hidden>
Date: 2007-10-01 13:21:43
Also in:
lkml
On 10/1/07, Jens Axboe [off-list ref] wrote:
On Sun, Sep 30 2007, Grant Likely wrote:quoted
On 9/30/07, Christoph Hellwig [off-list ref] wrote:quoted
On Sun, Sep 30, 2007 at 04:57:09PM -0600, Grant Likely wrote:quoted
+ 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.Okay, will do.quoted
quoted
+ err_plat: + unregister_blkdev(ace_major, "xsysace"); + err_blk:labels should be indented zero or one space, but not more.scripts/Lindent does this. Originally, I *didn't* have my labels indented. :-) Does Lindent need to be fixed?Seems so, if it idents labels. Just send a fixup patch for that, I'll add your series to the block tree for 2.6.24.
Cool, thanks Jens. I'll generate a patch to unindent the labels this afternoon. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195