diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index d1a7a707f..83f286f87 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -418,7 +418,7 @@ static void ft_send_resp_status(struct fc_frame *rx_fp, u32 status, enum fcp_resp_rsp_codes code) { struct fc_frame *fp; - struct fc_frame_header *fh; + const struct fc_frame_header *fh; size_t len; struct fcp_resp_with_ext *fcp; struct fcp_resp_rsp_info *info;