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 8EDB63EBF0F; Sat, 24 Jan 2026 13:29:41 +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=1769261381; cv=none; b=e63ixsK6USIERjpFksDd2buaOEWeB3D7/XOdp2heUGgTlrhtvq78X6GLDMYxGYObj4CiBuBbMXJbda3CGS5hqaw92FgxUQaliNEpJZtDLE0kwHu/HL2D3y3jpZXR7mHjo/XKfGncN+/hVOD7+vecf21G9S0qBnG2spW2WByr6U0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769261381; c=relaxed/simple; bh=WuVDWxE1MFEQyWLSNVYwC/Xc2H589TKTJgLy9InRQRE=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=fBNVyWZFuotSZ87HgbVW00cAWecHuZDOb+KQjGGK2pr48eAor0Pu2O+lY2r0FueHgUWCGgmvtCUiDcHOeHBsWmJnMhQWMgUQTccNSsy5utmQNYMVlZoPIacX8havvqcEOq5TU3X848KWItoA3hzBG64i3ugh4EuKU2KXJr9ebjM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gb9UBnZF; 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="Gb9UBnZF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 147B8C116D0; Sat, 24 Jan 2026 13:29:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769261381; bh=WuVDWxE1MFEQyWLSNVYwC/Xc2H589TKTJgLy9InRQRE=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=Gb9UBnZF4xTb1ngAYRQHI1osVNTq+aL4eNcHF65vr8h5CXhWhXaM2CUodyUBucK11 TulrjPZbuFBIAU5Z+mDUjKTgVqYfcJDD0D5SzhinpNaoVOCyooCLRXQlLd8c+ghTkb zIMoIbUJQx3bEoD4ZQ+w4h026BNrn8Af3gBMuOPrJ2JT4ipRFPOCT6J/kFpdrVYjkh muJfeJ26j/ONbnOfW3xupkVidZ/FiUnY7lwb/PAPjnPYsgULHgJcxooYkysgoKQMlr 3oGXjs8s/ET3a59SvVou/4b0/0RshlbGJ92jjCRMUc7nepczA42KADvlOd+KE5QNy6 B/ooxyTeWyKCw== 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: Sat, 24 Jan 2026 14:29:34 +0100 Message-Id: Subject: Re: [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print Cc: "Gary Guo" , "Gary Guo" , "Greg Kroah-Hartman" , "Rafael J. Wysocki" , "Miguel Ojeda" , "Boqun Feng" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "David Airlie" , "Simona Vetter" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Alexandre Ghiti" , "Alistair Popple" , "Joel Fernandes" , "Lyude Paul" , "John Hubbard" , , , , , To: "Alexandre Courbot" From: "Danilo Krummrich" References: <20260123175854.176735-1-gary@kernel.org> <20260123175854.176735-7-gary@kernel.org> In-Reply-To: On Sat Jan 24, 2026 at 2:07 PM CET, Alexandre Courbot wrote: > On Sat Jan 24, 2026 at 2:58 AM JST, Gary Guo wrote: >> From: Gary Guo >> >> This is now handled by the macro itself. >> >> Signed-off-by: Gary Guo > > Acked-by: Alexandre Courbot We should take this through drm-rust in the next cycle to avoid conflicts.