Browse Source

rtlwifi: don't touch with treewide double semicolon removal

This is a partial revert of 6eab04a87677 ("treewide: remove extra
semicolons"). Wireless tree removes the code in question in rtlwifi
driver, so drop the hunk to avoid conflict.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jiri Kosina 14 years ago
parent
commit
80e8ff562a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/rtlwifi/pci.c

+ 1 - 1
drivers/net/wireless/rtlwifi/pci.c

@@ -1226,7 +1226,7 @@ static unsigned int _rtl_mac_to_hwqueue(__le16 fc,
 		hw_queue_index = VI_QUEUE;
 		break;
 	case 2:
-		hw_queue_index = BE_QUEUE;
+		hw_queue_index = BE_QUEUE;;
 		break;
 	case 3:
 		hw_queue_index = BK_QUEUE;