Andy Shevchenko cf8df962aa ACPI / LPSS: make code less confusing for reader
The excerpt like this:

	if (err) {
		err = 0;
		goto error_out;
	}

makes a reader confused even if it's commented. Let's do necessary actions and
return no error explicitly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-03-25 00:21:49 +01:00
..
2013-01-19 22:16:21 +01:00
2013-02-11 13:20:02 +01:00
2013-02-25 21:18:18 -08:00
2013-01-17 14:11:06 +01:00
2013-02-15 13:58:43 +01:00
2013-02-15 13:58:43 +01:00