mbox series

[net-next,v2,0/5] net: Remove redundant of_match_ptr() macro

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

Message

Jinjie Ruan Aug. 10, 2023, 8:16 a.m. UTC
Since these net drivers depend on CONFIG_OF, there is
no need to wrap the macro of_match_ptr() here.

Changes in v2:
- Correct the subject prefix: patch -> PATCH 

Ruan Jinjie (5):
  net: dsa: realtek: Remove redundant of_match_ptr()
  net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()
  net: gemini: Remove redundant of_match_ptr()
  net: qualcomm: Remove redundant of_match_ptr()
  wlcore: spi: Remove redundant of_match_ptr()

 drivers/net/dsa/realtek/realtek-mdio.c   | 2 +-
 drivers/net/dsa/realtek/realtek-smi.c    | 2 +-
 drivers/net/dsa/rzn1_a5psw.c             | 2 +-
 drivers/net/ethernet/cortina/gemini.c    | 4 ++--
 drivers/net/ethernet/qualcomm/qca_uart.c | 2 +-
 drivers/net/wireless/ti/wlcore/spi.c     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

Comments

Jakub Kicinski Aug. 10, 2023, 4:26 p.m. UTC | #1
On Thu, 10 Aug 2023 16:16:51 +0800 Ruan Jinjie wrote:
> Changes in v2:
> - Correct the subject prefix: patch -> PATCH 

Cool, now Linus replies to v1 with his acks and you've wasted everyone's
time. If only we didn't have rules about reposting.. oh wait:

Quoting documentation:

  Resending after review
  ~~~~~~~~~~~~~~~~~~~~~~
  
  Allow at least 24 hours to pass between postings. This will ensure reviewers
  from all geographical locations have a chance to chime in. Do not wait
  too long (weeks) between postings either as it will make it harder for reviewers
  to recall all the context.
  
  Make sure you address all the feedback in your new posting. Do not post a new
  version of the code if the discussion about the previous version is still
  ongoing, unless directly instructed by a reviewer.
  
See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#resending-after-review


I'm throwing your series out.
Resend next week with all the tags included.