aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/ohci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/ohci.c')
-rw-r--r--drivers/firewire/ohci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index 08afccc66333..5f6bb2c53808 100644
--- a/drivers/firewire/ohci.c
+++ b/drivers/firewire/ohci.c
@@ -1068,6 +1068,9 @@ static int at_context_queue_packet(struct context *ctx,
1068 header[1] = cpu_to_le32(packet->header[0]); 1068 header[1] = cpu_to_le32(packet->header[0]);
1069 header[2] = cpu_to_le32(packet->header[1]); 1069 header[2] = cpu_to_le32(packet->header[1]);
1070 d[0].req_count = cpu_to_le16(12); 1070 d[0].req_count = cpu_to_le16(12);
1071
1072 if (is_ping_packet(packet->header))
1073 d[0].control |= cpu_to_le16(DESCRIPTOR_PING);
1071 break; 1074 break;
1072 1075
1073 case 4: 1076 case 4: