firewire: consistent usage of node_id
[deliverable/linux.git] / drivers / firewire / fw-device-cdev.c
index 5ffc58c6624cc01d66c83b8042a4ab29930e2f2a..1b9e5f7c012982c38e028f4489d180627b3fea53 100644 (file)
@@ -238,7 +238,7 @@ static ssize_t ioctl_send_request(struct client *client, void __user *arg)
 
        fw_send_request(device->card, &response->transaction,
                        request.tcode,
-                       device->node->node_id | LOCAL_BUS,
+                       device->node->node_id,
                        device->card->generation,
                        device->node->max_speed,
                        request.offset,
This page took 0.024914 seconds and 5 git commands to generate.