30 Oct
2019
30 Oct
'19
8:47 a.m.
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@gmail.com
Changes in v1:
Update the patch subject suggested by Takashi Iwai tiwai@suse.de
- Drop "!!" but keep the ternary operator in last return statement so that function will return always true/false.
Applied, thanks.
Takashi