Home
last modified time | relevance | path

Searched hist:"1702 df5d8f46a2a743a3267dbf6555fd9f47cff5" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/
H A Dindustrialio-core.cdiff 1702df5d8f46a2a743a3267dbf6555fd9f47cff5 Fri Jul 21 19:00:19 CEST 2023 Andy Shevchenko <andriy.shevchenko@linux.intel.com> iio: core: Get rid of redundant 'else'

In the snippets like the following

if (...)
return / goto / break / continue ...;
else
...

the 'else' is redundant. Get rid of it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20230721170022.3461-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>