On Thu, Dec 05, 2024 at 04:37:08PM +0800, quic_zijuhu wrote: > On 12/5/2024 4:10 PM, Uwe Kleine-König wrote: > > On Thu, Dec 05, 2024 at 08:10:17AM +0800, Zijun Hu wrote: > >> From: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > >> > >> gpio_sim_dev_match_fwnode() is a simple wrapper of device_match_fwnode() > >> Remvoe the unnecessary wrapper. Just spotted: s/Remvoe/Remove/ > >> Signed-off-by: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > >> --- > >> drivers/gpio/gpio-sim.c | 7 +------ > > > > I think if you move this patch before patch #4 in your series, you only > > have to touch this file once. > > the precondition of this change is patch #4, it will have building error > if moving it before #4. > > actually, we can only do simplifications with benefits brought by #4. Ah I see. I thought that device_match_fwnode only got the const for the 2nd parameter in patch #4. Best regards Uwe
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- References:
- [PATCH v3 00/11] driver core: Constify API device_find_child()
- From: Zijun Hu
- [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
- From: Zijun Hu
- Re: [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
- From: Uwe Kleine-König
- Re: [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
- From: quic_zijuhu
- [PATCH v3 00/11] driver core: Constify API device_find_child()
- Prev by Date: Re: [PATCH] firmware: arm_scmi: fix i.MX build dependency
- Next by Date: Re: [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
- Previous by thread: Re: [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
- Next by thread: Re: [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
- Index(es):