<yhchuang@xxxxxxxxxxx> wrote: > From: Tzu-En Huang <tehuang@xxxxxxxxxxx> > > Remove function return type const in rtw8821c_get_swing_index(). > This is unused, and unnecessary to be const. > > All warnings (new ones prefixed by >>): > > >> drivers/net/wireless/realtek/rtw88/rtw8821c.c:71:8: warning: type > qualifiers ignored on function return type [-Wignored-qualifiers] > 71 | static const u8 rtw8821c_get_swing_index(struct rtw_dev *rtwdev) > | ^~~~~ > > Fixes: f745eb9ca5bf ("rtw88: 8821c: Add 8821CE to Kconfig and Makefile") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Tzu-En Huang <tehuang@xxxxxxxxxxx> > Signed-off-by: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. 8f8b8aa62e68 rtw88: fix compile warning: [-Wignored-qualifiers] -- https://patchwork.kernel.org/patch/11749861/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches