diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-10-18 16:39:49 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-19 12:57:01 +0300 |
commit | 3e93d42a04eea4e621f87bfc51b0ab868e131cb9 (patch) | |
tree | 457c3b8acafaa314cc41b995db00eadb9a93326f /sound/firewire/tascam | |
parent | ad4401e53d1a5db557f287fdb0820ef0c7dfffd6 (diff) | |
download | linux-3e93d42a04eea4e621f87bfc51b0ab868e131cb9.tar.xz |
ALSA: dice: correct variable types for __be32 data
Some local variables in some functions are typed as unsigned int, while
__be32 value is assigned to them. This causes sparse warnings.
dice-stream.c:50:17: warning: incorrect type in assignment (different base types)
dice-stream.c:50:17: expected unsigned int [unsigned] channel
dice-stream.c:50:17: got restricted __be32 [usertype] <noident>
dice-stream.c:74:17: warning: incorrect type in assignment (different base types)
dice-stream.c:74:17: expected unsigned int [unsigned] channel
dice-stream.c:74:17: got restricted __be32 [usertype] <noident>
This commit fixes this bug.
Fixes: 288a8d0cb04f('ALSA: dice: Change the way to start stream')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/tascam')
0 files changed, 0 insertions, 0 deletions