]> Pileus Git - ~andy/linux/blobdiff - drivers/ieee1394/ohci1394.c
[PATCH] I2C: documentation update 3/3
[~andy/linux] / drivers / ieee1394 / ohci1394.c
index 6cb0b586c29761d2e3873219a692f83ace1017d6..36e25ac823dc73c2f69c58e391dd4382af59de55 100644 (file)
@@ -2931,7 +2931,7 @@ static void free_dma_rcv_ctx(struct dma_rcv_ctx *d)
                kfree(d->prg_cpu);
                kfree(d->prg_bus);
        }
-       if (d->spb) kfree(d->spb);
+       kfree(d->spb);
 
        /* Mark this context as freed. */
        d->ohci = NULL;