Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-block.git] / drivers / crypto / chelsio / chcr_core.c
index 2399ce336a76a61fcea4c1416e4328c30a4e8e6a..2c472e3c6aebf8ac13e0e62ec5c8fc1be05d48a2 100644 (file)
@@ -237,9 +237,7 @@ static int chcr_uld_state_change(void *handle, enum cxgb4_state state)
 
 static int __init chcr_crypto_init(void)
 {
-       if (cxgb4_register_uld(CXGB4_ULD_CRYPTO, &chcr_uld_info))
-               pr_err("ULD register fail: No chcr crypto support in cxgb4\n");
-
+       cxgb4_register_uld(CXGB4_ULD_CRYPTO, &chcr_uld_info);
        return 0;
 }