Remove cli_mfg_release_lock_exit label

This patch removes the cli_mfg_release_lock_exit label. It was used
in one place in order to bypass programmer_shutdown in the event
that programmer_init fails.

This no longer makes sense because programmer_init can manipulate
chipset registers and fail, and should thus call programmer_shutdown
to reverse any IO/MMIO operations. For example, if the user targets
a non-existent device on LPC and initialization fails, then
programmer_shutdown() should still be called to undo any changes to
the chipset that would otherwise target LPC.

BUG=chrome-os-partner:7412
TEST=tested on stumpy

Change-Id: Ie9ca244c02ed21687d1c790341fe907de3817cd2
Reviewed-on: https://gerrit.chromium.org/gerrit/13855
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
Commit-Ready: David Hendricks <dhendrix@chromium.org>
Tested-by: David Hendricks <dhendrix@chromium.org>
1 file changed