From e40758bb09cfae53d11b6fa97844c903bbd252e8 Mon Sep 17 00:00:00 2001 From: Charles Keepax Date: Thu, 7 Sep 2017 16:38:52 +0100 Subject: Fixup some minor code formatting issues Signed-off-by: Charles Keepax --- src/mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mixer.c b/src/mixer.c index d07797a..a9cc483 100644 --- a/src/mixer.c +++ b/src/mixer.c @@ -637,7 +637,7 @@ int mixer_ctl_get_array(const struct mixer_ctl *ctl, void *array, size_t count) void *source; size_t total_count; - if ((!ctl) || !count || !array) + if (!ctl || !count || !array) return -EINVAL; total_count = ctl->info.count; -- cgit v1.2.3