commit | fa2a590d0d024eb3a048d817029959bef90bd191 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Oct 21 12:25:46 2019 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Oct 27 02:10:57 2019 +0300 |
tree | 0f28180df0e8b351768b344ef406607e9decdc5b | |
parent | ba367730ffe90706e3aaacd6aa4da763f4599bdc [diff] |
platform/x86: intel_punit_ipc: Drop useless label There is no need to have a label to return an error code in one case. Moreover the other places in the same function do not utilize that label. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>