Skip to content

Commit

Permalink
mac80211: fix compile warning in 986-rt2x00-add-TX-LOFT-calibration.p…
Browse files Browse the repository at this point in the history
…atch

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke authored and blogic committed Sep 26, 2018
1 parent ec684ce commit 4fcbad1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@
+ rf_reg_record[CHAIN_1][12].reg = 20;
+ rf_reg_record[CHAIN_1][12].value = rfvalue;
+ } else {
+ rt2x00_warn(rt2x00dev, "%s: Unknown chain = %u\n", chain);
+ rt2x00_warn(rt2x00dev, "Unknown chain = %u\n", chain);
+ return;
+ }
+
Expand Down

0 comments on commit 4fcbad1

Please sign in to comment.