Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30425
b: refs/heads/master
c: 1e4fd51
h: refs/heads/master
i:
  30423: 5fbcb52
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Jun 26, 2006
1 parent a1a96da commit ce049b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f72b948dcbb8558d639214536c2ace1b0760f41d
refs/heads/master: 1e4fd51e2c830f2a10c9b143986757d8ea35b0fc
3 changes: 1 addition & 2 deletions trunk/net/atm/mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit ce049b5

Please sign in to comment.