From ce049b519fd0d84cca0085cfaa9d1de66d371ea1 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 26 Jun 2006 00:01:58 -0700 Subject: [PATCH] --- yaml --- r: 30425 b: refs/heads/master c: 1e4fd51e2c830f2a10c9b143986757d8ea35b0fc h: refs/heads/master i: 30423: 5fbcb52c133e23b62fe44c7e46964413d4f79782 v: v3 --- [refs] | 2 +- trunk/net/atm/mpc.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c2f514dd28ec..944e5dbd2c60 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f72b948dcbb8558d639214536c2ace1b0760f41d +refs/heads/master: 1e4fd51e2c830f2a10c9b143986757d8ea35b0fc diff --git a/trunk/net/atm/mpc.c b/trunk/net/atm/mpc.c index a48a5d580408..5fe77df00186 100644 --- a/trunk/net/atm/mpc.c +++ b/trunk/net/atm/mpc.c @@ -1113,10 +1113,9 @@ static void check_qos_and_open_shortcut(struct k_message *msg, struct mpoa_clien static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) { - unsigned char *ip; - uint32_t dst_ip = msg->content.in_info.in_dst_ip; in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); + dprintk("mpoa: (%s) MPOA_res_reply_rcvd: ip %u.%u.%u.%u\n", mpc->dev->name, NIPQUAD(dst_ip)); ddprintk("mpoa: (%s) MPOA_res_reply_rcvd() entry = %p", mpc->dev->name, entry); if(entry == NULL){