]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/rxrpc/ar-connection.c
[UDP]: Avoid repeated counting of checksum errors due to peeking
[linux-2.6-omap-h63xx.git] / net / rxrpc / ar-connection.c
index 372b24466dc768fa1765de0a471e10dc8ba0ad9d..d6667f7bc85edab71ecfa411f87d202d10b5fcd0 100644 (file)
@@ -71,7 +71,7 @@ struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx,
        struct rb_node *p, *parent, **pp;
 
        _enter("%p{%x},%x,%hx,",
-              rx, key_serial(key), trans->debug_id, ntohl(service_id));
+              rx, key_serial(key), trans->debug_id, ntohs(service_id));
 
        if (rx->trans == trans && rx->bundle) {
                atomic_inc(&rx->bundle->usage);