Message ID | 20201223202326.132054-1-trix@redhat.com |
---|---|
State | New |
Headers | show |
Series | via-velocity: remove h from printk format specifier | expand |
diff --git a/drivers/net/ethernet/via/via-velocity.c b/drivers/net/ethernet/via/via-velocity.c index b65767f9e499..119439f78c1b 100644 --- a/drivers/net/ethernet/via/via-velocity.c +++ b/drivers/net/ethernet/via/via-velocity.c @@ -1823,7 +1823,7 @@ static void velocity_error(struct velocity_info *vptr, int status) if (status & ISR_TXSTLI) { struct mac_regs __iomem *regs = vptr->mac_regs; - netdev_err(vptr->netdev, "TD structure error TDindex=%hx\n", + netdev_err(vptr->netdev, "TD structure error TDindex=%x\n", readw(®s->TDIdx[0])); BYTE_REG_BITS_ON(TXESR_TDSTR, ®s->TXESR); writew(TRDCSR_RUN, ®s->TDCSRClr);