HomeFreeBSD

usb: musb_otg_allwinner: de-constify bus_space_tags

Description

usb: musb_otg_allwinner: de-constify bus_space_tags

The SAN interceptors simply take a bus_space_tag_t, so we're
dropping qualifiers here. const semantics with a ptr typedef mean we'd
have to drop or change the bus_space_tag_t abstraction used in the SAN
sanitizers in order to make a compatible change there, which likely
isn't worth it.

Reviewed by: andrew, markj
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.

(cherry picked from commit 26d786331bf85c172318badf28b0a5094ad25022)

Details

Provenance
mhorneAuthored on Sep 27 2022, 4:18 PM
kevansCommitted on Nov 2 2022, 5:02 PM
Parents
rG9b6930c6eadb: kasan: disable kasan_mark() after a violation
Branches
Unknown
Tags
Unknown