diff options
Diffstat (limited to 'sound/firewire/dice/dice-transaction.c')
-rw-r--r-- | sound/firewire/dice/dice-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/dice/dice-transaction.c b/sound/firewire/dice/dice-transaction.c index a9b98e087dce..1fe304c0a044 100644 --- a/sound/firewire/dice/dice-transaction.c +++ b/sound/firewire/dice/dice-transaction.c | |||
@@ -31,7 +31,7 @@ static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, | |||
31 | default: | 31 | default: |
32 | offset += dice->global_offset; | 32 | offset += dice->global_offset; |
33 | break; | 33 | break; |
34 | }; | 34 | } |
35 | offset += DICE_PRIVATE_SPACE; | 35 | offset += DICE_PRIVATE_SPACE; |
36 | return offset; | 36 | return offset; |
37 | } | 37 | } |