Merge "ath10k: Fix ATH10K_DBG_SNOC debug mask"

This commit is contained in:
Linux Build Service Account
2017-03-27 00:00:22 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -38,7 +38,7 @@ enum ath10k_debug_mask {
ATH10K_DBG_WMI_PRINT = 0x00002000,
ATH10K_DBG_PCI_PS = 0x00004000,
ATH10K_DBG_AHB = 0x00008000,
ATH10K_DBG_SNOC = 0x00009000,
ATH10K_DBG_SNOC = 0x00010000,
ATH10K_DBG_ANY = 0xffffffff,
};