[POWERPC] XilinxFB: rename failout labels to reflect failure
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 4 Oct 2007 16:48:37 +0000 (10:48 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 10 Oct 2007 00:11:29 +0000 (18:11 -0600)
commit3fb99ce4e2748dafe3f10dba2932f0d13f577623
tree69097c0ffefe0777b76026126ba98ea217069acc
parent3cb3ec2c26473d8123a468abfaca1e926344b1c2
[POWERPC] XilinxFB: rename failout labels to reflect failure

Labels and gotos are used in xilinxfb_assign to unwind allocations
on device registration failures.  Rename the labels to reflect the
error which occured.  This change is being made to make it easier
to add new failout paths (which occurs in a subsuquent patch) and
to make reviewing the failout path easier.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Andrei Konovalov <akonovalov@ru.mvista.com>
drivers/video/xilinxfb.c