]> Git Repo - linux.git/blobdiff - net/atm/lec.c
nfsd4: a client's own opens needn't prevent delegations
[linux.git] / net / atm / lec.c
index ca37f5a71f5e9e44459cbbd6fa2825f7736b9cc0..875fc0bc17800c9bb6528cf6b828e4467d43d73e 100644 (file)
@@ -1536,10 +1536,8 @@ static struct lec_arp_table *make_entry(struct lec_priv *priv,
        struct lec_arp_table *to_return;
 
        to_return = kzalloc(sizeof(struct lec_arp_table), GFP_ATOMIC);
-       if (!to_return) {
-               pr_info("LEC: Arp entry kmalloc failed\n");
+       if (!to_return)
                return NULL;
-       }
        ether_addr_copy(to_return->mac_addr, mac_addr);
        INIT_HLIST_NODE(&to_return->next);
        timer_setup(&to_return->timer, lec_arp_expire_arp, 0);
This page took 0.026049 seconds and 4 git commands to generate.