platform/x86: intel_punit_ipc: Drop useless label
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 21 Oct 2019 09:25:46 +0000 (12:25 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 26 Oct 2019 23:10:57 +0000 (02:10 +0300)
commitfa2a590d0d024eb3a048d817029959bef90bd191
tree0f28180df0e8b351768b344ef406607e9decdc5b
parentba367730ffe90706e3aaacd6aa4da763f4599bdc
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>
drivers/platform/x86/intel_punit_ipc.c