projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dacacb0
)
ALSA: dice: fix semicolon.cocci warnings
author
Fengguang Wu
<fengguang.wu@intel.com>
Mon, 1 Dec 2014 20:03:16 +0000
(
04:03
+0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 1 Dec 2014 20:41:07 +0000
(21:41 +0100)
sound/firewire/dice/dice-transaction.c:34:2-3: Unneeded semicolon
Removes unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/dice/dice-transaction.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/firewire/dice/dice-transaction.c
b/sound/firewire/dice/dice-transaction.c
index a9b98e087dce2763898f50eda454eb80f5905627..1fe304c0a0444d8c9c46fdbff00bdf77d87b1c97 100644
(file)
--- 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,
default:
offset += dice->global_offset;
break;
- }
;
+ }
offset += DICE_PRIVATE_SPACE;
return offset;
}