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
1 changed files with 1 additions and 2 deletions
|
@ -95,7 +95,6 @@ static INT ScaleRateofTransfer(ULONG rate)
|
||||||
return 9;
|
return 9;
|
||||||
else if ((rate > 500) && (rate <= 600))
|
else if ((rate > 500) && (rate <= 600))
|
||||||
return 10;
|
return 10;
|
||||||
else
|
|
||||||
return MAX_NUM_OF_BLINKS;
|
return MAX_NUM_OF_BLINKS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue