mac80211: ath9k: remove wrong devm for request_irq
authorRosen Penev <rosenp@gmail.com>
Tue, 22 Apr 2025 22:56:01 +0000 (15:56 -0700)
committerRobert Marko <robimarko@gmail.com>
Wed, 23 Apr 2025 09:51:17 +0000 (11:51 +0200)
commit410111a8daadd9e71fddc4ea278ce0a372b863ad
tree41b8d4c4b380c285f984a831850370085b55e384
parentd5c6452516fdc542696907e58543a549d834c630
mac80211: ath9k: remove wrong devm for request_irq

Since the irq gets copied to sc, it's a really bad idea to use devm,
especially when probe fails.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Fixes: 4e18d22 ("mac80211: ath9k: simplify probe with devm")
Link: https://github.com/openwrt/openwrt/pull/18570
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/mac80211/patches/ath9k/509-ath9k-use-devm-for-irq-and-ioremap-resource.patch
package/kernel/mac80211/patches/ath9k/552-ath9k-ahb_of.patch