diff options
| author | Arnd Bergmann <[email protected]> | 2020-10-26 22:29:49 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-11-07 13:37:03 +0200 |
| commit | 9fdd02aa59886300b60e1cc0a4af3653796d9bd8 (patch) | |
| tree | ee78c4455c43d48f2fb8d4425084db1b5d4a6bdf /tools/perf/scripts/python/bin | |
| parent | 3287953b03994870c249ec57f55967cd1f7afbb8 (diff) | |
net: hostap: fix function cast warning
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]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions