ACPI / LPSS: make code less confusing for reader
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 20 Mar 2013 12:14:30 +0000 (12:14 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 24 Mar 2013 23:21:49 +0000 (00:21 +0100)
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>

No differences found
This page took 0.036488 seconds and 5 git commands to generate.