Skip to content

Commit

Permalink
ath10k-ct: Fix 5.8 driver version string.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Sep 18, 2020
1 parent 76280f6 commit f370166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ath10k-5.8/pci.c
Expand Up @@ -3902,7 +3902,7 @@ static int __ath10k_pci_probe(struct pci_dev *pdev,
int (*pci_hard_reset)(struct ath10k *ar);
u32 (*targ_cpu_to_ce_addr)(struct ath10k *ar, u32 addr);

printk(KERN_INFO "ath10k 5.7 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
printk(KERN_INFO "ath10k 5.8 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
pci_dev->device);

switch (pci_dev->device) {
Expand Down

0 comments on commit f370166

Please sign in to comment.