Hi Arend, On Tue, 2025-07-08 at 18:32 +0200, Arend Van Spriel wrote: > On June 21, 2025 1:29:17 PM Rouven Czerwinski <rouven@xxxxxxxxxxxxxx> > wrote: > > > The sdio interface implements an unreachable poll mode. Remove it > > since > > the code can't be reached, if the poll mode needs to be implemented > > it > > can simply be resurrected using the usual git means. > > Thanks, Rouven > > This functionality has been/can be useful so instead of ripping it > out I > would prefer to have a proper knob for it in debugfs. It's probably easier to make this a module parameter instead, I think that live switching may be harder to implement. That said, I no longer have access to the hardware where this can be tested, so I can't continue with this suggestion. Thanks for the input and Regards, Rouven > > Regards, > Arend > > > Signed-off-by: Rouven Czerwinski <rouven@xxxxxxxxxxxxxx> > > --- > > .../broadcom/brcm80211/brcmfmac/sdio.c | 48 +--------------- > > --- > > 1 file changed, 2 insertions(+), 46 deletions(-) >