]> Git Repo - linux.git/blobdiff - drivers/spi/spi-zynq-qspi.c
Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / spi / spi-zynq-qspi.c
index d6325c6be3d41a483e309b15f97dbbf290b8ac95..b67455bda972b22c6043e42f39a065a18653aa5a 100644 (file)
@@ -569,7 +569,7 @@ static int zynq_qspi_exec_mem_op(struct spi_mem *mem,
        }
 
        if (op->dummy.nbytes) {
-               tmpbuf = kzalloc(op->dummy.nbytes, GFP_KERNEL);
+               tmpbuf = kmalloc(op->dummy.nbytes, GFP_KERNEL);
                if (!tmpbuf)
                        return -ENOMEM;
 
This page took 0.039947 seconds and 4 git commands to generate.