Re: [PATCH 3/3] ALSA: intel8x0: Check return value before assigning

2013-01-28 Thread Takashi Iwai
At Sun, 27 Jan 2013 17:40:02 +0100, Emil Goode wrote: > > The first patch in this series changes the return type of function > kvm_para_available to bool. In the function snd_intel8x0_inside_vm > we now need to check it's return value before assigning a value to > the result variable. > > Signed-

Re: [PATCH 3/3] ALSA: intel8x0: Check return value before assigning

2013-01-27 Thread H. Peter Anvin
Wtf? This patch seems semibogus at best and the description is even more ridiculous... Emil Goode wrote: >The first patch in this series changes the return type of function >kvm_para_available to bool. In the function snd_intel8x0_inside_vm >we now need to check it's return value before assig

[PATCH 3/3] ALSA: intel8x0: Check return value before assigning

2013-01-27 Thread Emil Goode
The first patch in this series changes the return type of function kvm_para_available to bool. In the function snd_intel8x0_inside_vm we now need to check it's return value before assigning a value to the result variable. Signed-off-by: Emil Goode --- sound/pci/intel8x0.c |2 +- 1 file chang