Re: [PATCH v4] staging: iio: frequency: ad9832/ad9834: add comment explaining do_div usage
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 03:17:03PM +0530, Mohamad Raizudeen wrote: > Previous attempts to change do_div() to div64_ul were rejected because > mclk will always fit within 32 fits for this hardware, making do_div() > safe to use. > > However, Coccinelle continues to flag this as a false positive. To > prevent future developers from submitting unnecessary fixes, add a > comment explaining why do_div() is intentionally kept. Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko