Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- From: "Grant Likely" <grant.likely@xxxxxxxxxxxx>
- Date: Sun, 30 Sep 2007 17:33:55 -0600
On 9/30/07, Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
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.
Okay, will do.
+ 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?
Cheers,
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@xxxxxxxxxxxx
(403) 399-0195
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- From: Jens Axboe
- Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- References:
- [PATCH v2 0/6] SystemACE: rework and of_platform bus binding patches
- From: Grant Likely
- [PATCH v2 2/6] Sysace: Use the established platform bus api
- From: Grant Likely
- Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- From: Christoph Hellwig
- [PATCH v2 0/6] SystemACE: rework and of_platform bus binding patches
- Prev by Date: [PATCH -mm] IrCOMM discovery indication simplification
- Next by Date: Re: [PATCH] robust futex thread exit race
- Previous by thread: Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- Next by thread: Re: [PATCH v2 2/6] Sysace: Use the established platform bus api
- Index(es):
Relevant Pages
|