Title: [8195] trunk/drivers/net/bfin_mac.c: bfin_mac: tweak style after rx error handler patch
Revision
8195
Author
vapier
Date
2010-01-19 06:09:39 -0500 (Tue, 19 Jan 2010)

Log Message

bfin_mac: tweak style after rx error handler patch

Modified Paths


Diff

Modified: trunk/drivers/net/bfin_mac.c (8194 => 8195)


--- trunk/drivers/net/bfin_mac.c	2010-01-19 11:02:00 UTC (rev 8194)
+++ trunk/drivers/net/bfin_mac.c	2010-01-19 11:09:39 UTC (rev 8195)
@@ -1013,6 +1013,7 @@
 	unsigned int i;
 	unsigned char fcs[ETH_FCS_LEN + 1];
 #endif
+
 	/* check if frame status word reports an error condition
 	 * we which case we simply drop the packet
 	 */
@@ -1081,8 +1082,6 @@
 out:
 	current_rx_ptr->status.status_word = 0x00000000;
 	current_rx_ptr = current_rx_ptr->next;
-
-	return;
 }
 
 /* interrupt routine to handle rx and error signal */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to