Merge "ASoC: AQT1000: Fix return value and add config to include files"

This commit is contained in:
Linux Build Service Account 2018-02-22 09:37:36 -08:00 committed by Gerrit - the friendly Code Review server
commit ac2dc56aaf
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ endif
LINUX_INC += -Iinclude/linux
INCS := $(COMMON_INC) \
INCS += $(COMMON_INC) \
$(UAPI_INC)
EXTRA_CFLAGS += $(INCS)

View file

@ -3194,7 +3194,7 @@ int aqt_codec_info_create_codec_entry(struct snd_info_entry *codec_root,
aqt = snd_soc_codec_get_drvdata(codec);
if (!aqt) {
dev_dbg(codec->dev, "%s: aqt is NULL\n", __func__);
return _EINVAL;
return -EINVAL;
}
card = codec->component.card;
aqt->entry = snd_info_create_subdir(codec_root->module,