Staging: bcm: led_control.c: Removed dead code
authorMatthias Beyer <mail@beyermatthias.de>
Mon, 23 Jun 2014 19:18:24 +0000 (21:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 01:02:13 +0000 (21:02 -0400)
commitea20548a829eb0bfbca2b8743f75f67bc3be4b1c
treeea3c915a62260085e0de4188a87048e93558fabd
parent60654a841755e60d45cf0d7c1d52c80ac20e8e08
Staging: bcm: led_control.c: Removed dead code

This patch removes the never-entered else-block inside
blink_in_normal_bandwidth(). The condition of the preceding if statement
is always true.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/led_control.c