commit | 8d76527e728d00d1cf9d5dd663caffb2dcf05ae6 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 04 23:34:08 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 07 13:39:03 2007 -0700 |
tree | e3cae9cff087f2330a64a8ee7bff36c312d9471b | |
parent | f0e48dbfc5c74e967fea4c0fd0c5ad07557ae0c8 [diff] |
[IPV4]: Only panic if inetdev_init fails for loopback When I made the inetdev_init call work on all devices I incorrectly left in the panic call as well. It is obviously undesirable to panic on an allocation failure for a normal network device. This patch moves the panic call under the loopback if clause. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>