On Wed, Jul 19, 2023 at 07:26:41AM +0200, Jiri Slaby wrote:
On 19. 07. 23, 7:12, Tony Lindgren wrote:
...
int ctrl_id; /* optional serial core controller id */
+ int port_id; /* optional serial core port id */
Can the id be negative? If not, please use uint.
Does this suggestion apply to ctrl_id as well?