]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3e82cc657413ba9ce40f8059e827d8ed09115bbe
tree69097c0ffefe0777b76026126ba98ea217069acc
parent7d7a3f3cc3e4f8cdeb224ade88c86255f213cf83
[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