Re: [PATCH 54/75] patch: bcma: Fill of_node instead of fwnode on older kernel
Hauke Mehrtens <[email protected]> Sun, 30 Jun 2024 22:57:47 +0200
| Newsgroups | org.kernel.vger.backports |
|---|---|
| Message-ID | <[email protected]> |
On 6/28/24 12:48, Johannes Berg wrote: > On Fri, 2024-06-28 at 01:47 +0200, Hauke Mehrtens wrote: >> Older kernel versions do not have the fwnode attribute in the struct >> gpio_chip, fill the of_node attribuet instead. > > type 'attribute' Fixed > seems this should've been fairlyh simple with spatch? I have only seen this problem once and will go with the normal patch. Maybe we can remove bcma and ssb completely from backports and just use the in kernel version in the future. There is not much activity on bcma and ssb any more and the interface to the wifi drivers is pretty stable. Hauke