]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/crypto/talitos.c
crypto: talitos - fix checkpatch warning
[net-next-2.6.git] / drivers / crypto / talitos.c
index bbf39991c0d053528389fefe463c6bf8813d4b1b..1444f8c4dbdd3c0142653dedf67f4e249cc2648e 100644 (file)
@@ -2333,8 +2333,7 @@ static int talitos_remove(struct of_device *ofdev)
                talitos_unregister_rng(dev);
 
        for (i = 0; i < priv->num_channels; i++)
-               if (priv->chan[i].fifo)
-                       kfree(priv->chan[i].fifo);
+               kfree(priv->chan[i].fifo);
 
        kfree(priv->chan);