All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix -Wcast-function-type net drivers
@ 2019-11-24  9:43 Phong Tran
  2019-11-24  9:43 ` [PATCH 1/5] drivers: net: hso: Fix -Wcast-function-type Phong Tran
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Phong Tran @ 2019-11-24  9:43 UTC (permalink / raw)
  To: davem, keescook
  Cc: kvalo, saeedm, jeffrey.t.kirsher, luciano.coelho, netdev,
	linux-wireless, linux-usb, linux-kernel, Phong Tran

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

Phong Tran (5):
  drivers: net: hso: Fix -Wcast-function-type
  drivers: net: usbnet: Fix -Wcast-function-type
  drivers: net: b43legacy: Fix -Wcast-function-type
  drivers: net: intel: Fix -Wcast-function-type
  drivers: net: realtek: Fix -Wcast-function-type

 drivers/net/usb/hso.c                          |  5 +++--
 drivers/net/usb/usbnet.c                       |  8 +++++++-
 drivers/net/wireless/broadcom/b43legacy/main.c |  5 +++--
 drivers/net/wireless/intel/ipw2x00/ipw2100.c   |  7 ++++---
 drivers/net/wireless/intel/ipw2x00/ipw2200.c   |  5 +++--
 drivers/net/wireless/intel/iwlegacy/3945-mac.c |  5 +++--
 drivers/net/wireless/intel/iwlegacy/4965-mac.c |  5 +++--
 drivers/net/wireless/realtek/rtlwifi/pci.c     | 10 ++++++----
 8 files changed, 32 insertions(+), 18 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-25 18:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-24  9:43 [PATCH 0/5] Fix -Wcast-function-type net drivers Phong Tran
2019-11-24  9:43 ` [PATCH 1/5] drivers: net: hso: Fix -Wcast-function-type Phong Tran
2019-11-24  9:43 ` [PATCH 2/5] drivers: net: usbnet: " Phong Tran
2019-11-24  9:43 ` [PATCH 3/5] drivers: net: b43legacy: " Phong Tran
2019-11-25 18:30   ` Larry Finger
2019-11-24  9:43 ` [PATCH 4/5] drivers: net: intel: " Phong Tran
2019-11-24  9:43 ` [PATCH 5/5] drivers: net: realtek: " Phong Tran
2019-11-24 22:39 ` [PATCH 0/5] Fix -Wcast-function-type net drivers Jakub Kicinski
2019-11-25 15:06   ` Phong Tran
2019-11-25 17:04     ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.