]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi_si: Remove bogus err_free label
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 2 Apr 2021 17:43:26 +0000 (20:43 +0300)
committerCorey Minyard <cminyard@mvista.com>
Fri, 2 Apr 2021 17:53:19 +0000 (12:53 -0500)
commit3f42b3411441edd73e70a1fdc4bd6500b5df40b1
treec848aaa6756650e8adf8075b940b90a9289fcbdb
parent9a7b550f64bd7075a68d59ec94dbccba60e3c57e
ipmi_si: Remove bogus err_free label

There is no more 'free' in the error path, so drop the label and
return errors inline.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Message-Id: <20210402174334.13466-3-andriy.shevchenko@linux.intel.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_platform.c