Re: Re: [PATCH] serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms
Jiangshan Yi <[email protected]>
| Newsgroups | org.kernel.vger.linux-serial,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 15, 2026 at 11:03:36AM +0800, Andy Shevchenko wrote: > Oh, thanks! > Reviewed-by: Andy Shevchenko <[email protected]> > but I have a nit-pick below. Hi Andy Shevchenko, Thank you for the review and the suggestions! You're right.I have updated the patch accordingly: 1. Changed the setup call from a ternary expression to an if-block as suggested. 2. Removed the redundant Cc lines from the commit message body. I will send the v2 version shortly. Best regards, Jiangshan Yi