Skip to content

Commit

Permalink
rtlwifi: don't touch with treewide double semicolon removal
Browse files Browse the repository at this point in the history
This is a partial revert of 6eab04a ("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>
  • Loading branch information
Jiri Kosina committed Apr 27, 2011
1 parent 85ee7a1 commit 80e8ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtlwifi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 80e8ff5

Please sign in to comment.