Skip to content

Commit

Permalink
ath10k-ct: Fix kernel 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 Nov 21, 2021
1 parent 3d3450c commit e8e166f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ath10k-5.13/pci.c
Expand Up @@ -3881,7 +3881,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.12 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
printk(KERN_INFO "ath10k 5.13 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
pci_dev->device);

switch (pci_dev->device) {
Expand Down
2 changes: 1 addition & 1 deletion ath10k-5.15/pci.c
Expand Up @@ -3874,7 +3874,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.12 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
printk(KERN_INFO "ath10k 5.15 driver, optimized for CT firmware, probing pci device: 0x%x.\n",
pci_dev->device);

switch (pci_dev->device) {
Expand Down

0 comments on commit e8e166f

Please sign in to comment.