]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
platform/x86: intel_telemetry_debugfs: fix some error codes in init
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 30 Jun 2017 07:52:18 +0000 (10:52 +0300)
committerDarren Hart (VMware) <dvhart@infradead.org>
Wed, 5 Jul 2017 18:24:41 +0000 (11:24 -0700)
commit7a3a51ab9467fb634dcfcd18eade61f418f540dd
treedebd578aefa493d8b5068500765e25655b0a317b
parent74a1eb565c3f4ca55af2db8dc42c31ae311a79c0
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>
drivers/platform/x86/intel_telemetry_debugfs.c