From: Cathal Mullaney Date: Sat, 17 Sep 2016 23:04:42 +0000 (+0100) Subject: Staging: octeon: ethernet-rx: fixed three redundant blank line style issues X-Git-Tag: v4.9-rc1~119^2~521 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=364bcc5a5affea5a71db5a96f17b3e374cb659dc;p=karo-tx-linux.git Staging: octeon: ethernet-rx: fixed three redundant blank line style issues Fixed three minor coding style issues. Signed-off-by: Cathal Mullaney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c index ce1e2a321abb..f0900d1c4d7b 100644 --- a/drivers/staging/octeon/ethernet-rx.c +++ b/drivers/staging/octeon/ethernet-rx.c @@ -450,12 +450,10 @@ void cvm_oct_poll_controller(struct net_device *dev) return; for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) { - if (!(pow_receive_groups & BIT(i))) continue; cvm_oct_poll(&oct_rx_group[i], 16); - } } #endif @@ -537,7 +535,6 @@ void cvm_oct_rx_shutdown(void) int i; for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) { - if (!(pow_receive_groups & BIT(i))) continue;