Commit 80e8ff56 authored by Jiri Kosina's avatar Jiri Kosina

rtlwifi: don't touch with treewide double semicolon removal

This is a partial revert of 6eab04a8 ("treewide: remove extra
semicolons"). Wireless tree removes the code in question in rtlwifi
driver, so drop the hunk to avoid conflict.
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 85ee7a1d
...@@ -1226,7 +1226,7 @@ static unsigned int _rtl_mac_to_hwqueue(__le16 fc, ...@@ -1226,7 +1226,7 @@ static unsigned int _rtl_mac_to_hwqueue(__le16 fc,
hw_queue_index = VI_QUEUE; hw_queue_index = VI_QUEUE;
break; break;
case 2: case 2:
hw_queue_index = BE_QUEUE; hw_queue_index = BE_QUEUE;;
break; break;
case 3: case 3:
hw_queue_index = BK_QUEUE; hw_queue_index = BK_QUEUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment