Re: [PATCH 0/4 linux-next] drivers/net: use container_of where possible

2014-09-14 Thread Arend van Spriel
On 09/13/14 22:38, Fabian Frederick wrote: Small patchset using container_of instead of casting on first structure member address. Hi Fabian, I think you need to split up this series. One for the ethernet drivers and one for the wireless driver. As there is not dependency between the patche

[PATCH 0/4 linux-next] drivers/net: use container_of where possible

2014-09-13 Thread Fabian Frederick
Small patchset using container_of instead of casting on first structure member address. Fabian Frederick (4): net: fec: use container_of to resolve bufdesc_ex from bufdesc bna: use container_of to resolve bufdesc_ex from bufdesc brcm80211: use container_of to resolve brcms_phy from brcms_ph