From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0E876C433FE for ; Tue, 4 Jan 2022 16:02:53 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JSy7c26Kzz308b for ; Wed, 5 Jan 2022 03:02:52 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ir698UmB; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4601:e00::1; helo=ams.source.kernel.org; envelope-from=broonie@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ir698UmB; dkim-atps=neutral Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JSy6v58yFz2xB1 for ; Wed, 5 Jan 2022 03:02:15 +1100 (AEDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0EDC9B8172F; Tue, 4 Jan 2022 16:02:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADA46C36AE9; Tue, 4 Jan 2022 16:02:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641312131; bh=9KxTeCJsKsjATFxUvGibyDM6eKFv4bAjCOg9AG/Ir1U=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=ir698UmBabo+QGYf/X1gZM9FVfEJrrw7rJOf8j5Oxt4IG3DeEqNDL88fb2CZ0bgvl B76WoYfC2inrl2w/mlVX4UrnrQc4V+7ZLpy7DPO3l2Sk2ZqoXEBid/oke4KvQlPuoo /5uxnJGx0CHf1tomRGW7fw1qyjMqg8zPLCzK5LRVqXJxkUKV1GqbfN7A3rilm8RpDX k2zSbK6XqKN1KYlGrBfyhIIcfHnvGiELYszYTlbQc0fmcfmT7c3V9oJrtcpoAYi2Cx V3tiiFy9MWlBH7FO+fpjljVMRHqQFeFgImyDYz04veWmmcwUxgQMCNn4P4O5FOC1kS b7F/P95Zt4cCw== From: Mark Brown To: Takashi Iwai , Liam Girdwood , Nicolin Chen , Shengjiu Wang , Jaroslav Kysela , Fabio Estevam , Alyssa Ross , Xiubo Li In-Reply-To: <20220104132218.1690103-1-hi@alyssa.is> References: <20220104132218.1690103-1-hi@alyssa.is> Subject: Re: [PATCH] ASoC: fsl_mqs: fix MODULE_ALIAS Message-Id: <164131212940.2665058.488131982799251609.b4-ty@kernel.org> Date: Tue, 04 Jan 2022 16:02:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "moderated list:FREESCALE SOC SOUND DRIVERS" , "open list:FREESCALE SOC SOUND DRIVERS" , open list Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, 4 Jan 2022 13:22:16 +0000, Alyssa Ross wrote: > modprobe can't handle spaces in aliases. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: fsl_mqs: fix MODULE_ALIAS commit: 9f3d45318dd9e739ed62e4218839a7a824d3cced All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark