From patchwork Thu Jul 13 07:04:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 13311403 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AF1AAC001B0 for ; Thu, 13 Jul 2023 07:07:14 +0000 (UTC) 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: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:In-Reply-To:References: List-Owner; bh=vHA1sdcYB/jodrQx6zbaEBNZo3rCiDt7nusmRvVLd3c=; b=LSG0J7/gBq65u7 sjnXwxK7LKXO4stUzFRFc+bsiJ2j9SBNDncWUgOX7S+GcBMUjxLoOJgurXjOa3j71J9GbmYKVO/HL La4e0sF9oZbroF1P+n15pc5wQQui/3nHYgUr0/eR4Q3CJbynof60/sD9+MQjqUFUPYh8ogLFQcPC9 pNHBV/Sj7sQvzOhbNdINOdhG1syMtBLbIHoN2ZyTwxQeeVHxinY25mYfrXZnH909dHMjZEb1TwBOv DUQp95jvtSw+bqnv9pwhbgRi8SGFeV++YfNz9bfW58KizOK+OEITutfu5QFBZ2iNLMgiUF3iHIhsf f1l0Uo67F/J7UswT3iAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJqPX-002BDg-1x; Thu, 13 Jul 2023 07:06:47 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJqPS-002BAD-1s for linux-arm-kernel@lists.infradead.org; Thu, 13 Jul 2023 07:06:43 +0000 Received: from 74.172.62.81.static.wline.lns.sme.cust.swisscom.ch ([81.62.172.74] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1qJqPK-0004KN-Ic; Thu, 13 Jul 2023 09:06:34 +0200 From: Martin Kaiser To: Herbert Xu Cc: olivier@sobrie.be, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 0/3] hwrng: ba431 - trivial cleanups Date: Thu, 13 Jul 2023 09:04:43 +0200 Message-Id: <20230713070446.230978-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_000642_767588_306133BE X-CRM114-Status: UNSURE ( 6.37 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Here's three trivial clenaups of the ba431 driver. Compile-tested only. Martin Kaiser (3): hwrng: ba431 - do not set drvdata hwrng: ba431 - don't init of_device_id's data hwrng: ba431 - use dev_err_probe after failed registration drivers/char/hw_random/ba431-rng.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)