From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 64D33199230 for ; Sat, 31 Jan 2026 13:40:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769866847; cv=none; b=lV2LV7DcfDPEapYVXedgHNpP8G5JMrAOnYc6afDdlDnYSeIwCPKDh4Yom0fMhoXAwas6jhLPKdShCZouFGXqwnAO5RSCFJ5i4rlFrBjbuG2p5ZRnC4dogZ0BbYX3uD2Uhb0RXhwVcATYE9Z742RaWYytaO4/wys3HpLPJBq7pG8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769866847; c=relaxed/simple; bh=XSxS9wHGDtdAjX1/5+mH0Huzdhx7zLjNEB5f+DdlTHs=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=EViCrlYgrRXwDzbLTMjPQNqW5dR5UI5MOR1WsCxsKmrIfLWtrmIwd2kdEIYjBPsYOOsOEOtoqPA9FivMiWfsLvbMaA82Kh7rI4q1IQgzST3jeVzjsSDIWtYtCCHPCkTHMG4FpFYnSywMGKRubLj7PI3Z+47keVdg1nD28nuv6RM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=WTuQ2mha; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="WTuQ2mha" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 62F88C22F7D; Sat, 31 Jan 2026 13:40:46 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 68E36606B6; Sat, 31 Jan 2026 13:40:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 915C8119A8886; Sat, 31 Jan 2026 14:40:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769866840; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=XSxS9wHGDtdAjX1/5+mH0Huzdhx7zLjNEB5f+DdlTHs=; b=WTuQ2mhaaXw/P7Q25lzFfVTRcWPv/hugf9DkEQvyFph1whXGvriM4dSVQvFK4TtrcxnOQu IAMhT3QpPx2uJAbmP8FqQUPbtPh/g4NUG3r9iSs8IC1BM4ptqVxeF9JgZ3oUy1SToqGgAz FywDfiaBr+6xyHGJq9KCWX2rrECQtJKsSSLuAhSYB7WRmgjVNhdUoXJXnFDeMv70xeHxcW VSMFMHQqwqVrXq6zx+RYNMQ2OesienWcAOHAVgUpRY0aOweknThfG5iGej6R1TEpxBI8TB t4pNxRlvealMsJ+yFWLRGtldVaRAdu53+YnKrwyp3aN89lawwYRC0LJaxEwJ+w== Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 31 Jan 2026 14:40:29 +0100 Message-Id: Subject: Re: [PATCH v8 07/18] drm/exynos: exynos_dp: Remove unused &exynos_dp_device.connector Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251217093321.3108939-1-damon.ding@rock-chips.com> <20251217093321.3108939-8-damon.ding@rock-chips.com> In-Reply-To: <20251217093321.3108939-8-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 On Wed Dec 17, 2025 at 10:33 AM CET, Damon Ding wrote: > The &exynos_dp_device.connector is assigned in exynos_dp_bridge_attach() > but never used. It should make sense to remove it. > > Signed-off-by: Damon Ding > Reviewed-by: Dmitry Baryshkov > Tested-by: Marek Szyprowski Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com