On Fri Apr 18, 2025 at 3:29 AM -03, Kurt Borja wrote: > Fix the following regression: > > iwlwifi: No config found for PCI dev 2725/1674, rev=0x420, rfid=0x10d000 > iwlwifi 0000:3b:00.0: probe with driver iwlwifi failed with error -22 > > Which happens due to an extra `!` when matching `dev_info` while > probing. > > Fixes: 75a3313f52b7 ("wifi: iwlwifi: make no_160 more generic") > Signed-off-by: Kurt Borja <kuurtb@xxxxxxxxx> Tested in a recent bug report thread [1]: Tested-by: Todd Brandt <todd.e.brandt@xxxxxxxxx> [1] https://bugzilla.kernel.org/show_bug.cgi?id=220029 -- ~ Kurt