Skip to content

Commit 0320eb2

Browse files
committed
wireless: ath9k: Fix build warning
Signed-off-by: Dave Stevenson <[email protected]>
1 parent 8b8afcd commit 0320eb2

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath9k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath9k/xmit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf,
14981498
// info.flags |= ATH9K_TXDESC_VEOL;
14991499
printk("ath9k: veol set %#llx\n", pkt_counter);
15001500
}
1501-
printk("ath9k: cbr expired counter 0x%08x linkaddr = 0x%016llx\n", REG_READ(sc->sc_ah, AR_QSTS(info.qcu)), info.link);
1501+
printk("ath9k: cbr expired counter 0x%08x linkaddr = 0x%pAD\n", REG_READ(sc->sc_ah, AR_QSTS(info.qcu)), &info.link);
15021502
}
15031503

15041504
if (aggr) {

0 commit comments

Comments
 (0)