From patchwork Sun Apr 14 15:49:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1923497 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=IbbY7m41; 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=HJxUIf6o; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VHZWy318Rz1yY4 for ; Mon, 15 Apr 2024 01:50:38 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/qLscLbBnRnvkvQjcHF030sjxCj6Y45qDicn154WaLU=; b=IbbY7m41cEOFpK ikio0SVNBegebyhK62eYWQOUS1EF1lXoTAXGtPfVpsppCqFzmfpXLZKZkKGeEhkW5+U/8bEU+4Lvl GMLt9Fu9ft6eSydL4jmJXLi2ZBFJK6FswVegLvgcC2XhQiqo4d7FlyZB5I9PAAl/CPXqIjmtLgdFV T2d1d5gIwtainFyuREVAD9clG2lKgW+AcU1mzBtPwGsFh4FAlutnP/IxakZmVY4nJ9wa9rCaiCCE0 PAZlm4gjoPUgVWOXsoFQ/jRt/37El7GuVLDndxTO0OBWdaGmimr2kRlMgv1RaZ25M8ghzt3knzjiz 5B7op2QRzZjj5+zSz06A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rw27e-00000005mnJ-0ZEn; Sun, 14 Apr 2024 15:50:26 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rw27V-00000005miW-2aXP for linux-mtd@lists.infradead.org; Sun, 14 Apr 2024 15:50:20 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 77B92CE097B; Sun, 14 Apr 2024 15:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E5AEC2BD11; Sun, 14 Apr 2024 15:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713109811; bh=1siY9G7c32/jXXjmIv0pzxqYCWLt7XapCGkShk13+8w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HJxUIf6opbRLmamr7yUQE1j/d4/xq8J4ynotLlQB/lNvpVgNgQMXj/XZ75l2Vsb8f a9zEEOCuQUXVz5uITy8NWUmgshUTipuwuaY+ruJq1egAoPoj4wsmJ8ngBj+2RTr7L1 zPKeoLuHzhUghhA2mlVAakHzhCzOYwNZOkNO+y4Kx7mq7aiABzcYPpj/1UliDgog6y XY9DLmpPDbNy1zvANNyxLTdqRTrLXGf6nGDnzq79dBfwXNczneuGW0cXUB8xNEoAaF +aX45htApFHAvRnXBjOzlqeaY/C8GC2scd4aJfm+MgEedJhgv2anuBxVX6Ns2jSXsq l5ZLL8xWleCAQ== From: Krzysztof Kozlowski To: Arnd Bergmann , Greg Kroah-Hartman , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] eeprom: 93xx46: drop unneeded MODULE_ALIAS Date: Sun, 14 Apr 2024 17:49:57 +0200 Message-Id: <20240414154957.127113-3-krzk@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240414154957.127113-1-krzk@kernel.org> References: <20240414154957.127113-1-krzk@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240414_085018_348353_54EB3B10 X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -4.6 (----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The ID table already has respective entry and MODULE_DEVICE_TABLE and creates proper alias for SPI driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski --- drivers/misc/eeprom/eeprom_93xx46.c | 2 -- 1 file changed, 2 deletions(-) Content analysis details: (-4.6 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:40e1:4800:0:0:0:1 listed in] [list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -2.1 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org The ID table already has respective entry and MODULE_DEVICE_TABLE and creates proper alias for SPI driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski --- drivers/misc/eeprom/eeprom_93xx46.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/misc/eeprom/eeprom_93xx46.c b/drivers/misc/eeprom/eeprom_93xx46.c index e78a76d74ff4..45c8ae0db8f9 100644 --- a/drivers/misc/eeprom/eeprom_93xx46.c +++ b/drivers/misc/eeprom/eeprom_93xx46.c @@ -578,5 +578,3 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs"); MODULE_AUTHOR("Anatolij Gustschin "); MODULE_ALIAS("spi:93xx46"); -MODULE_ALIAS("spi:eeprom-93xx46"); -MODULE_ALIAS("spi:93lc46b");