Re: [PATCH v2 5/5] iio: light: tcs3472: move standalone return to default case
Andy Shevchenko <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-iio,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 Wed, May 13, 2026 at 12:32:15AM +0200, Aldo Conte wrote: > Move the trailing 'return -EINVAL' statements at the end of > tcs3472_read_raw() and tcs3472_write_raw() into explicit default: > cases inside the respective switch statements. > > This removes the need for a separate return statement after the switch. > > No functional change. Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko