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 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 DFC77D0BB66 for ; Thu, 24 Oct 2024 07:15:41 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sK5FBQz0WyEHL9TJqkQfZTAld+ka9V0eG9BM1nS/A8A=; b=EI3kQv1/4J5QVX HVTFYpxEqTj29aSKNHFc/KTK5DtD5W+GJzIM06Z9s4GPh4Hf0ZnRaTL2G+lnnOU5wg85rDJzHDeRI eGhjHK+8bgYYS/BOiTJE7D0RqHMgHv/sto2y0xHXf8BOCT63UxTOH4yyTeFU57mmrKng4nIQn2MPt 4mfhogdKmiJxuPzPc7fFDMPTF5XwmaZPuEVKhAncYt/qGxRrGIbc9RqnSMNPLaqRFWOdsCjVsdrrh Vm1PVWaTAm96zV3yx46ZpwShCUm3wEbjPeHdwHFKp9lixgjIsr602tOTTtawontnVHHow76n8G840 A75HVydo+Un7QCxnJCDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t3s4L-0000000H3fd-0QLg; Thu, 24 Oct 2024 07:15:41 +0000 Received: from nyc.source.kernel.org ([2604:1380:45d1:ec00::3]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t3rw1-0000000H1c4-3F49; Thu, 24 Oct 2024 07:07:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 6C978A450D4; Thu, 24 Oct 2024 07:06:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6AE1C4CEC7; Thu, 24 Oct 2024 07:07:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729753624; bh=C569kiRrg8EBzvrVBxsDovVURiA3bvbD+xQMy8MTaO4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vcR+ON1zIdm5O0maAVHBiW/e9Z+mDFWtdnlURA7545m/v7ld0MzrrHrbftr60A8UM cjD/QBovrRyxNdG8dH117G4LKWY5cxmnP2FbDJKxlXLsajOk3QcxaeixwRbG3SlP5N Cj8fmrhLFnefYYpBpd1lf0IK3VV6qe4wobNUPqdU= Date: Thu, 24 Oct 2024 09:06:53 +0200 From: Greg Kroah-Hartman To: Saravana Kannan Cc: "Rafael J. Wysocki" , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , JC Kuo , Vinod Koul , Kishon Vijay Abraham I , Thierry Reding , Jonathan Hunter , Matthias Brugger , AngeloGioacchino Del Regno , =?iso-8859-1?Q?N=EDcolas_F=2E_R=2E_A=2E?= Prado , kernel-team@android.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-phy@lists.infradead.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 3/3] drivers: core: fw_devlink: Make the error message a bit more useful Message-ID: <2024102446-robin-outcast-841b@gregkh> References: <20241024061347.1771063-1-saravanak@google.com> <20241024061347.1771063-4-saravanak@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241024_000705_924830_72883926 X-CRM114-Status: UNSURE ( 7.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Wed, Oct 23, 2024 at 11:16:26PM -0700, Saravana Kannan wrote: > Greg, > > Can you fix up the commit subject prefix to "driver core: fw_devlink:" > please? Don't want to send v2 just for that. Will do, thanks! -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy