Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d264ceb7 authored by Wayne Porter's avatar Wayne Porter Committed by Greg Kroah-Hartman
Browse files

staging: rts5208: CamelCase fix



Change label to not use camel case per checkpatch

Signed-off-by: default avatarWayne Porter <wporter82@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a3e7c092
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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;
				}
				}
			}
			}
		}
		}