On Thu, 6 Aug 2026 14:12:45 +0530 Gagandeep Singh <[email protected]> wrote:
> + (void)fprintf(f, " imx_edma5 nb_channels=%u nb_vchans=%u\n", > + ed->nb_channels, ed->nb_vchans); Please don't use this style with extra (void) casts.
On Thu, 6 Aug 2026 14:12:45 +0530 Gagandeep Singh <[email protected]> wrote:
> + (void)fprintf(f, " imx_edma5 nb_channels=%u nb_vchans=%u\n", > + ed->nb_channels, ed->nb_vchans); Please don't use this style with extra (void) casts.