Re: [PATCH v3 2/2] drm/bridge: tc358767: Add configurable default preemphasis

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/26/24 9:36 AM, Alexander Stein wrote:

Hi,

sorry for the late reply.

@@ -2435,6 +2454,18 @@ static int tc_probe_bridge_endpoint(struct tc_data *tc)
  			return -EINVAL;
  		}
  		mode |= BIT(endpoint.port);
+		if (endpoint.port != 2)
+			continue;
+

Mh, I know currently there are not other port-specific properties. But
maybe it's easier to read if 'if (endpoint.port == 2) {' is used.

Fixed in V4, thanks.




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux