From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A7FEF33DEE0; Mon, 26 Jan 2026 17:02:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769446952; cv=none; b=EMENJk85aSptt+v1WJA37GNCAF0rkUcm+jFzMFijHjnR4cVoWDGYqvOktw7VpihjaVbCQCUsj250Wv1wUjwVX/UJdu6hBf2C1AHurUd7UZuUEe7GvoRkC97LssghmCKiN/1mL3BZM2ffJtDpzDkoCHZJLo7odNaEE/qobOH9dZ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769446952; c=relaxed/simple; bh=db0GnOuz3Ol+4rvOMvMgPdDAyvAv8l4NNhFQLSuCUe8=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=BNzbJ7D96qGQu2ztD5M1sShhzXqFmqTT9FyWMogeZBYbzN7+Usz0kXu4+9vLecRzezzlgeJSTCVgWW6DZrQOc3Vmp+OunyyVpCrtmoIZ1pffpzCtPqhowHieOD5L63s/v38/xhXlc/GqSoCWM3xxbF9+DMw3TJQwVIj6+dQ3O1c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oB894Lnt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oB894Lnt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0717C116C6; Mon, 26 Jan 2026 17:02:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769446952; bh=db0GnOuz3Ol+4rvOMvMgPdDAyvAv8l4NNhFQLSuCUe8=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=oB894Lnt2S+YifLfbZn3eWGNIm3hrZJQFPSwIRD50/BtyQJN+lBwOxX7BLwjhvqvx AVkHRJ3aBle1/aRHZ0QhyJV2vdYGblDuD5rQ11LUg/W0QBSVRC0wWDF7AYHD3UXcZB hOSsWUnja6m7mDYdxuFNYDDNlB8Kvoi/SvrDbNTozu+raQKCsz5chAvDa/79FROOSI ljITWQUQ9vL+bXhWvmtj89ppPJTcRe9+Ce2L7oOXy17J5old5nnqiU94yvWCLQmw6u SAuhYuopsdxnf0firHvFGqcg8BDP5oyK+r30AjejKPursZ7nPQlEaAxMab/yOxKF9b XLBqj++1Kx60w== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 26 Jan 2026 18:02:26 +0100 Message-Id: Subject: Re: [PATCH 4/4] gpu: tyr: remove redundant `.as_ref()` for `dev_*` print Cc: "Gary Guo" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Bjorn Helgaas" , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , "Daniel Almeida" , "David Airlie" , "Simona Vetter" , , , , To: "Alice Ryhl" From: "Danilo Krummrich" References: <20260120181152.3640314-1-gary@kernel.org> <20260120181152.3640314-4-gary@kernel.org> In-Reply-To: On Mon Jan 26, 2026 at 4:06 PM CET, Alice Ryhl wrote: > I don't mind either way, but if there are no conflicts, it would be > nice to take it off our plate now. Applied to driver-core-testing, thanks!