mbox series

[-next,0/2] Remove redundant of_match_ptr()

Message ID 20230808131459.4081739-1-ruanjinjie@huawei.com (mailing list archive)
Headers show
Series Remove redundant of_match_ptr() | expand

Message

Jinjie Ruan Aug. 8, 2023, 1:14 p.m. UTC
It is not necessary for the drivers which depend on CONFIG_OF
to use of_match_ptr(), so remove them.

Ruan Jinjie (2):
  fpga: ice40-spi: Remove redundant of_match_ptr()
  fpga: fpga-region: Remove redundant of_match_ptr()

 drivers/fpga/ice40-spi.c      | 2 +-
 drivers/fpga/of-fpga-region.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)