Skip to content

Commit

Permalink
ath10k-ct: Fix version string in 5.7 driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 25, 2020
1 parent e59545d commit a825199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ath10k-5.7/pci.c
Expand Up @@ -3859,7 +3859,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.1 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
printk(KERN_INFO "ath10k 5.7 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
pci_dev->device);

switch (pci_dev->device) {
Expand Down

0 comments on commit a825199

Please sign in to comment.