Message ID | 20191124094306.21297-1-tranmanphong@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix -Wcast-function-type net drivers | expand |
On Sun, 24 Nov 2019 16:43:01 +0700, Phong Tran wrote: > This series is for fixing the compiler warning while enable > -Wcast-function-type. > > Almost is incompatible callback prototype in using tasklet. > The void (*func)(unsigned long) instead of void (*func)(struct foo*). > > Reported by: https://github.com/KSPP/linux/issues/20 Hi Tran, thanks for the patches. Could you split the series into two - the wireless changes and the USB changes? Those usually go via slightly different trees.
On 11/25/19 5:39 AM, Jakub Kicinski wrote: > On Sun, 24 Nov 2019 16:43:01 +0700, Phong Tran wrote: >> This series is for fixing the compiler warning while enable >> -Wcast-function-type. >> >> Almost is incompatible callback prototype in using tasklet. >> The void (*func)(unsigned long) instead of void (*func)(struct foo*). >> >> Reported by: https://github.com/KSPP/linux/issues/20 > > Hi Tran, thanks for the patches. Could you split the series into two - > the wireless changes and the USB changes? > > Those usually go via slightly different trees. > Sent in different series: [wireless] https://lore.kernel.org/lkml/20191125150215.29263-1-tranmanphong@gmail.com/ [USB] https://lore.kernel.org/linux-usb/20191125145443.29052-1-tranmanphong@gmail.com/ Regards, Phong.
On Mon, 25 Nov 2019 22:06:49 +0700, Phong Tran wrote: > Sent in different series: > > [wireless] > https://lore.kernel.org/lkml/20191125150215.29263-1-tranmanphong@gmail.com/ > > [USB] > https://lore.kernel.org/linux-usb/20191125145443.29052-1-tranmanphong@gmail.com/ Thank you!