summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon
diff options
context:
space:
mode:
authorCathal Mullaney <chuckleberryfinn@gmail.com>2016-09-18 00:04:42 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-18 09:13:35 +0200
commit364bcc5a5affea5a71db5a96f17b3e374cb659dc (patch)
tree052c2f5b8fe2b43182fde8fd459208334fef689f /drivers/staging/octeon
parente63ecbc774d98062cfa6b5c2ef4ecc0d1d732242 (diff)
downloadlinux-0-day-364bcc5a5affea5a71db5a96f17b3e374cb659dc.tar.gz
linux-0-day-364bcc5a5affea5a71db5a96f17b3e374cb659dc.tar.xz
Staging: octeon: ethernet-rx: fixed three redundant blank line style issues
Fixed three minor coding style issues. Signed-off-by: Cathal Mullaney <chuckleberryfinn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon')
-rw-r--r--drivers/staging/octeon/ethernet-rx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
index ce1e2a321abb7..f0900d1c4d7b5 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;