dai_dmic_probe() and dai_dmic_probe_wrapper() never reports errors and always returns 0. The error check at the call site is therefore dead code. Make functions void and drop the unused error handling. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>