Krzysztof Kozlowski <[email protected]> writes: > The ioreadX() helpers have inconsistent interface. On some architectures > void *__iomem address argument is a pointer to const, on some not. > > Implementations of ioreadX() do not modify the memory under the address > so they can be converted to a "const" version for const-safety and > consistency among architectures. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > --- > drivers/net/wireless/ath/ath5k/ahb.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-)
No need to have "net: wireless: " in the title, otherwise looks good. Acked-by: Kalle Valo <[email protected]> -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ Nouveau mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/nouveau
