Merge rsync://oss.sgi.com/git/xfs-2.6
[powerpc.git] / drivers / ieee1394 / ohci1394.c
index 6cb0b58..36e25ac 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;