staging: rts5208: CamelCase fix

Change label to not use camel case per checkpatch

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wayne Porter 2016-10-11 21:56:57 +00:00 committed by Greg Kroah-Hartman
parent a3e7c0928b
commit d264ceb779

View file

@ -1328,7 +1328,7 @@ static int reset_ms_pro(struct rtsx_chip *chip)
#endif
#ifdef XC_POWERCLASS
Retry:
retry:
#endif
retval = ms_pro_reset_flow(chip, 1);
if (retval != STATUS_SUCCESS) {
@ -1379,7 +1379,7 @@ Retry:
change_power_class);
if (retval != STATUS_SUCCESS) {
change_power_class--;
goto Retry;
goto retry;
}
}
}