Re: [PATCH 1/1 linux-next] ALSA: gus: use swap() in snd_ics_put_double()

2015-06-12 Thread Takashi Iwai
At Fri, 12 Jun 2015 18:58:59 +0200, Fabian Frederick wrote: > > Use kernel.h macro definition. > > Thanks to Julia Lawall for Coccinelle scripting support. > > Signed-off-by: Fabian Frederick Thanks, applied both patches. Takashi > --- > sound/isa/gus/gus_mixer.c | 9 +++-- > 1 file ch

[PATCH 1/1 linux-next] ALSA: gus: use swap() in snd_ics_put_double()

2015-06-12 Thread Fabian Frederick
Use kernel.h macro definition. Thanks to Julia Lawall for Coccinelle scripting support. Signed-off-by: Fabian Frederick --- sound/isa/gus/gus_mixer.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sound/isa/gus/gus_mixer.c b/sound/isa/gus/gus_mixer.c index 0dd4341.