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:
parent
a3e7c0928b
commit
d264ceb779
|
@ -1328,7 +1328,7 @@ static int reset_ms_pro(struct rtsx_chip *chip)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XC_POWERCLASS
|
#ifdef XC_POWERCLASS
|
||||||
Retry:
|
retry:
|
||||||
#endif
|
#endif
|
||||||
retval = ms_pro_reset_flow(chip, 1);
|
retval = ms_pro_reset_flow(chip, 1);
|
||||||
if (retval != STATUS_SUCCESS) {
|
if (retval != STATUS_SUCCESS) {
|
||||||
|
@ -1379,7 +1379,7 @@ static int reset_ms_pro(struct rtsx_chip *chip)
|
||||||
change_power_class);
|
change_power_class);
|
||||||
if (retval != STATUS_SUCCESS) {
|
if (retval != STATUS_SUCCESS) {
|
||||||
change_power_class--;
|
change_power_class--;
|
||||||
goto Retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue