commit | 7a3a51ab9467fb634dcfcd18eade61f418f540dd | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jun 30 10:52:18 2017 +0300 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Wed Jul 05 11:24:41 2017 -0700 |
tree | debd578aefa493d8b5068500765e25655b0a317b | |
parent | 74a1eb565c3f4ca55af2db8dc42c31ae311a79c0 [diff] |
platform/x86: intel_telemetry_debugfs: fix some error codes in init There are bunch of "goto out;" paths where we don't set the error code. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>