mbox series

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

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

Message

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

Changes in v2:
 - Add cover letter commit title prefix.

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(-)