Re: [PATCH v1] ALSA: usb-audio: sound: usb: usb true/false for bool return type

From: Takashi Iwai
Date: Wed Oct 30 2019 - 03:47:14 EST


On Tue, 29 Oct 2019 18:52:00 +0100,
Saurav Girepunje wrote:
>
> Use true/false for bool type return in uac_clock_source_is_valid().
>
> Signed-off-by: Saurav Girepunje <saurav.girepunje@xxxxxxxxx>
> ---
>
> Changes in v1:
>
> - Update the patch subject suggested by Takashi Iwai <tiwai@xxxxxxx>
>
> - Drop "!!" but keep the ternary operator in last return
> statement so that function will return always true/false.

Applied, thanks.


Takashi