aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/fsp/fsp1_1/skylake
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-16 09:22:22 -0700
committerMartin Roth <martinroth@google.com>2016-01-16 21:03:30 +0100
commit5d6929b1d7066bc7f1963eb2a511cdf734f33f94 (patch)
tree8a86e2c7a9f6549d180fc416d713c2990c389e4e /src/vendorcode/intel/fsp/fsp1_1/skylake
parentc5dfdc5992cf1d9ec6b6e5b4f24a7d2fab85b024 (diff)
intel/skylake: Fix uninitialized variable warning
I don't think the warning is valid, because we already verify that num_channels is 2 or 4 as soon as we enter the function. Adding the default case makes the compiler happy. Fixes warning: src/soc/intel/skylake/nhlt/dmic.c: In function 'nhlt_soc_add_dmic_array': src/soc/intel/skylake/nhlt/dmic.c:100:2: error: 'formats' may be used uninitialized in this function [-Werror=maybe-uninitialized] return nhlt_endpoint_add_formats(endp, formats, num_formats); ^ Change-Id: Idc22c8478ff666af8915d780d7553909c3163690 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13021 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/vendorcode/intel/fsp/fsp1_1/skylake')
0 files changed, 0 insertions, 0 deletions