commit | 8f0923c17d34ac838b7f57709f87fe33f76ee219 | [log] [tgz] |
---|---|---|
author | Devendra Naga <devendra.aaru@gmail.com> | Fri Mar 29 23:03:22 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 30 17:31:24 2013 -0400 |
tree | bda5f77fefd354d5942e4f8be54778521e246e8b | |
parent | 537aadc3a4a0336e432c789c577b7efa0adf4af0 [diff] |
cdc_ncm: return -ENOMEM if kzalloc fails return -ENOMEM instead if kzalloc of cdc_ncm_ctx structure is failed. and also remove the comparision of ctx structure with NULL and make it as !ctx. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>