From: Rabin Vincent Date: Fri, 21 Dec 2007 17:32:15 +0000 (+0530) Subject: firewire: Fix extraction of source node id X-Git-Tag: v3.12-rc1~23961^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=478b233eda81bfe41307512b8336fd688c6553e0;p=kernel%2Fkernel-generic.git firewire: Fix extraction of source node id Fix extraction of the source node id from the packet header. Signed-off-by: Rabin Vincent Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/fw-transaction.c b/drivers/firewire/fw-transaction.c index c00d4a9..8018c3b 100644 --- a/drivers/firewire/fw-transaction.c +++ b/drivers/firewire/fw-transaction.c @@ -650,7 +650,7 @@ fw_core_handle_request(struct fw_card *card, struct fw_packet *p) HEADER_GET_OFFSET_HIGH(p->header[1]) << 32) | p->header[2]; tcode = HEADER_GET_TCODE(p->header[0]); destination = HEADER_GET_DESTINATION(p->header[0]); - source = HEADER_GET_SOURCE(p->header[0]); + source = HEADER_GET_SOURCE(p->header[1]); spin_lock_irqsave(&address_handler_lock, flags); handler = lookup_enclosing_address_handler(&address_handler_list,