lkml.org 
[lkml]   [2023]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/12 net-next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA
    Date
    All known SPI registers of the QCA700x are 16 bit long. So adjust
    the formater width accordingly.

    Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
    ---
    drivers/net/ethernet/qualcomm/qca_spi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c
    index a9188b19d1fb..fc05959ba825 100644
    --- a/drivers/net/ethernet/qualcomm/qca_spi.c
    +++ b/drivers/net/ethernet/qualcomm/qca_spi.c
    @@ -359,7 +359,7 @@ qcaspi_receive(struct qcaspi *qca)
    /* Read the packet size. */
    qcaspi_read_register(qca, SPI_REG_RDBUF_BYTE_AVA, &available);

    - netdev_dbg(net_dev, "qcaspi_receive: SPI_REG_RDBUF_BYTE_AVA: Value: %08x\n",
    + netdev_dbg(net_dev, "qcaspi_receive: SPI_REG_RDBUF_BYTE_AVA: Value: %04x\n",
    available);

    if (available > QCASPI_HW_BUF_LEN + QCASPI_HW_PKT_LEN) {
    --
    2.34.1
    \
     
     \ /
      Last update: 2023-12-14 16:11    [W:3.748 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site