net: s2io: simplify logical constraint
[deliverable/linux.git] / drivers / spi / spi-ti-qspi.c
index 29ea8d2f982498c4290e4afc15093165656e7897..ac0b072815a34d44727978cfead5ec01d6a96b67 100644 (file)
@@ -141,7 +141,7 @@ static int ti_qspi_setup(struct spi_device *spi)
        u32 clk_ctrl_reg, clk_rate, clk_mask;
 
        if (spi->master->busy) {
-               dev_dbg(qspi->dev, "master busy doing other trasnfers\n");
+               dev_dbg(qspi->dev, "master busy doing other transfers\n");
                return -EBUSY;
        }
 
This page took 0.025553 seconds and 5 git commands to generate.