> Subject: Re: [PATCH v2 1/5] usb: typec: tcpci_rt1711h: Make similar OF and > ID table > > On Thu, Aug 31, 2023 at 05:04:57PM +0100, Biju Das wrote: > > Make similar OF and ID table to extend support for ID match using > > i2c_match_data() later. Currently it works only for OF match tables as > > the driver_data is wrong for ID match. > > > While at it, drop a space from the terminator braces for ID table and > > remove trailing comma in the terminator entry for OF table. > > Just as simple as: > > While at it, drop a space and remove trailing comma in the terminator entry > for OF table. Basically changes done on both OF/ID table. Drop a space from ID table. Remove trailing comma in the terminator entry for OF table. Cheers, Biju