linux/include/asm-generic
Kameron Carr a6fe043880 Drivers: hv: Change hv_free_hyperv_page() to take void * argument
Currently hv_free_hyperv_page() takes an unsigned long argument, which
is inconsistent with the void * return value from the corresponding
hv_alloc_hyperv_page() function and variants. This creates unnecessary
extra casting.

Change the hv_free_hyperv_page() argument type to void *.
Also remove redundant casts from invocations of
hv_alloc_hyperv_page() and variants.

Signed-off-by: Kameron Carr <kameroncarr@linux.microsoft.com>
Reviewed-by: Nuno Das Neves <nunodasneves@linux.microsoft.com>
Reviewed-by: Dexuan Cui <decui@microsoft.com>
Link: https://lore.kernel.org/r/1687558189-19734-1-git-send-email-kameroncarr@linux.microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
2023-06-28 17:51:18 +00:00
..
2022-02-25 09:36:06 +01:00
2023-02-13 22:13:29 +01:00
2017-11-15 13:28:48 -08:00
2022-09-26 10:13:14 -07:00
2021-12-11 23:31:51 +01:00
2022-08-04 15:10:55 -07:00
2020-01-23 10:41:16 -08:00
2022-07-22 17:34:57 -05:00
2022-05-26 10:50:30 -07:00
2022-02-25 09:36:06 +01:00