Files
linux/drivers/thunderbolt
Andy Shevchenko 4e99c98e30 thunderbolt: 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>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
2023-03-29 11:05:05 +03:00
..
2023-03-29 11:05:05 +03:00
2023-03-14 16:15:45 +02:00
2023-03-29 11:05:05 +03:00