From: Mika Westerberg Date: Thu, 10 Dec 2020 14:55:17 +0000 (+0200) Subject: thunderbolt: Make tb_port_type() take const parameter X-Git-Tag: v5.15~788^2~8^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c561e4e659d59f1f2825dec42f09338eac1c774;p=platform%2Fkernel%2Flinux-starfive.git thunderbolt: Make tb_port_type() take const parameter The function does not modify the object in any way so make the parameter const to reflect this. No functional changes intended. Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c index 4d4bc50..0edc452 100644 --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c @@ -459,7 +459,7 @@ static void tb_switch_nvm_remove(struct tb_switch *sw) /* port utility functions */ -static const char *tb_port_type(struct tb_regs_port_header *port) +static const char *tb_port_type(const struct tb_regs_port_header *port) { switch (port->type >> 16) { case 0: