mbox series

[GIT,PULL] hwmon fixes for v4.20-rc2

Message ID 1541616529-6076-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v4.20-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v4.20-rc2

Message

Guenter Roeck Nov. 7, 2018, 6:48 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v4.20-rc2 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v4.20-rc2

Thanks,
Guenter
------

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v4.20-rc2

for you to fetch changes up to e3e61f01d755188cb6c2dcf5a244b9c0937c258e:

  hwmon: (ibmpowernv) Remove bogus __init annotations (2018-11-04 15:55:12 -0800)

----------------------------------------------------------------
hwmon fixes for v4.20-rc2

- Remove bogus __init annotations in ibmpowernv driver
- Fix double-free in error handling of __hwmon_device_register()

----------------------------------------------------------------
Dmitry Osipenko (1):
      hwmon: (core) Fix double-free in __hwmon_device_register()

Geert Uytterhoeven (1):
      hwmon: (ibmpowernv) Remove bogus __init annotations

 drivers/hwmon/hwmon.c      | 8 ++++----
 drivers/hwmon/ibmpowernv.c | 7 +++----
 2 files changed, 7 insertions(+), 8 deletions(-)

Comments

Linus Torvalds Nov. 7, 2018, 7:40 p.m. UTC | #1
On Wed, Nov 7, 2018 at 10:48 AM Guenter Roeck <linux@roeck-us.net> wrote:
>
> - Remove bogus __init annotations in ibmpowernv driver
> - Fix double-free in error handling of __hwmon_device_register()

Pulled,

             Linus