diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-01-21 14:44:09 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:40 -0500 |
commit | 5e20c282184fd5794661b6688883231ff5348abc (patch) | |
tree | d9ea9b86d5e2bcc4ef4d8def27102a76ac4b05ef /drivers/firewire/fw-ohci.c | |
parent | 95688e97cdf7453cde22eaa73cc2ab6b113c1853 (diff) |
firewire: whitespace adjustments
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'drivers/firewire/fw-ohci.c')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 6eff7996c1a7..1f34bdd95c85 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -963,9 +963,8 @@ static struct fw_iso_context *ohci_allocate_iso_context(struct fw_card *card, | |||
963 | * element so that head == tail means buffer full. */ | 963 | * element so that head == tail means buffer full. */ |
964 | 964 | ||
965 | memset(ctx->head_descriptor, 0, sizeof *ctx->head_descriptor); | 965 | memset(ctx->head_descriptor, 0, sizeof *ctx->head_descriptor); |
966 | ctx->head_descriptor->control = | 966 | ctx->head_descriptor->control = cpu_to_le16(descriptor_output_last); |
967 | cpu_to_le16(descriptor_output_last); | 967 | ctx->head_descriptor->transfer_status = cpu_to_le16(0x8011); |
968 | ctx->head_descriptor->transfer_status = cpu_to_le16(0x8011); | ||
969 | ctx->head_descriptor++; | 968 | ctx->head_descriptor++; |
970 | 969 | ||
971 | return &ctx->base; | 970 | return &ctx->base; |