Loading asoc/codecs/aqt1000/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ endif LINUX_INC += -Iinclude/linux INCS := $(COMMON_INC) \ INCS += $(COMMON_INC) \ $(UAPI_INC) EXTRA_CFLAGS += $(INCS) Loading asoc/codecs/aqt1000/aqt1000.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
asoc/codecs/aqt1000/Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ endif LINUX_INC += -Iinclude/linux INCS := $(COMMON_INC) \ INCS += $(COMMON_INC) \ $(UAPI_INC) EXTRA_CFLAGS += $(INCS) Loading
asoc/codecs/aqt1000/aqt1000.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading