[PATCH -next 0/3] platform/loongarch: laptop: fix some issues

Yang Yingliang posted 3 patches 3 years, 5 months ago
drivers/platform/loongarch/loongson-laptop.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH -next 0/3] platform/loongarch: laptop: fix some issues
Posted by Yang Yingliang 3 years, 5 months ago
This patchset fixes some issues in error path and remove unnecessary
BUG_ON() in generic_subdriver_init().

Yang Yingliang (3):
  platform/loongarch: laptop: add missing platform_driver_unregister()
    in generic_subdriver_exit()
  platform/loongarch: laptop: add missing generic_subdriver_exit() in
    generic_acpi_laptop_init()
  platform/loongarch: laptop: remove unnecessary BUG_ON in
    generic_subdriver_init()

 drivers/platform/loongarch/loongson-laptop.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.25.1
Re: [PATCH -next 0/3] platform/loongarch: laptop: fix some issues
Posted by Huacai Chen 3 years, 5 months ago
Hi, Yingliang,

Thank you for your patch. But since the original patch is not
upstream, this series will be squashed to the original one, thanks.

Huacai

On Sun, Oct 9, 2022 at 11:40 AM Yang Yingliang <yangyingliang@huawei.com> wrote:
>
> This patchset fixes some issues in error path and remove unnecessary
> BUG_ON() in generic_subdriver_init().
>
> Yang Yingliang (3):
>   platform/loongarch: laptop: add missing platform_driver_unregister()
>     in generic_subdriver_exit()
>   platform/loongarch: laptop: add missing generic_subdriver_exit() in
>     generic_acpi_laptop_init()
>   platform/loongarch: laptop: remove unnecessary BUG_ON in
>     generic_subdriver_init()
>
>  drivers/platform/loongarch/loongson-laptop.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> --
> 2.25.1
>