lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 8 Aug 2023 21:00:15 +0800
From:   Zhu Wang <wangzhu9@...wei.com>
To:     <lee@...nel.org>, <thor.thayer@...ux.intel.com>,
        <ckeepax@...nsource.cirrus.com>, <rf@...nsource.cirrus.com>,
        <patches@...nsource.cirrus.com>, <linux-kernel@...r.kernel.org>
CC:     <wangzhu9@...wei.com>
Subject: [PATCH -next 0/8] mfd: remove redundant of_match_ptr()

The driver depends on CONFIG_OF, so it is not necessary to use
of_match_ptr() here. We remove of_match_ptr() here.

Zhu Wang (8):
  mfd: rsmu_i2c: remove redundant of_match_ptr()
  mfd: altera-a10sr: remove redundant of_match_ptr()
  mfd: rsmu_spi: remove redundant of_match_ptr()
  mfd: act8945a: remove redundant of_match_ptr()
  mfd: stpmic1: remove redundant of_match_ptr()
  mfd: hi655x-pmic: remove redundant of_match_ptr()
  mfd: lochnagar-i2c: remove redundant of_match_ptr()
  mfd: rn5t618: remove redundant of_match_ptr()

 drivers/mfd/act8945a.c      | 2 +-
 drivers/mfd/altera-a10sr.c  | 2 +-
 drivers/mfd/hi655x-pmic.c   | 2 +-
 drivers/mfd/lochnagar-i2c.c | 2 +-
 drivers/mfd/rn5t618.c       | 2 +-
 drivers/mfd/rsmu_i2c.c      | 2 +-
 drivers/mfd/rsmu_spi.c      | 2 +-
 drivers/mfd/stpmic1.c       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ