mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 18:59:35 +07:00
staging: bcm: Removed unnecessary else after return
WARNING: else is generally not required after return chaeckpatch.pl warning in led_control.c Signed-off-by: Sarah Khan <sarahjmi07@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c15fd709a6
commit
9d1ffa0724
@ -95,8 +95,7 @@ static INT ScaleRateofTransfer(ULONG rate)
|
||||
return 9;
|
||||
else if ((rate > 500) && (rate <= 600))
|
||||
return 10;
|
||||
else
|
||||
return MAX_NUM_OF_BLINKS;
|
||||
return MAX_NUM_OF_BLINKS;
|
||||
}
|
||||
|
||||
static INT blink_in_normal_bandwidth(struct bcm_mini_adapter *ad,
|
||||
|
Loading…
Reference in New Issue
Block a user