Arnd Bergmann <[email protected]> wrote: > From: Arnd Bergmann <[email protected]> > > gcc -Wextra complains about the function type cast: > > drivers/net/wireless/intersil/hostap/hostap_hw.c:3173:48: warning: cast > between incompatible function types from ‘void (*)(struct tasklet_struct *)’ > to ‘void (*)(long unsigned int)’ [-Wcast-function-type] > > Avoid this by just using the regular tasklet_setup() function instead > of the incorrect homegrown version. > > Fixes: 7433c9690318 ("intersil: convert tasklets to use new tasklet_setup() > API") > Signed-off-by: Arnd Bergmann <[email protected]>
3 patches applied to wireless-drivers-next.git, thanks. 9fdd02aa5988 net: hostap: fix function cast warning ef41937631bf rtlwifi: fix -Wpointer-sign warning 6ac654697301 rtw88: remove extraneous 'const' qualifier -- https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
