Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48433bd7 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley
Browse files

megaraid_sas : bytewise or should be done on native endian variables

parent 48100b0e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -621,7 +621,9 @@ megasas_ioc_init_fusion(struct megasas_instance *instance)

	frame_hdr = &cmd->frame->hdr;
	frame_hdr->cmd_status = 0xFF;
	frame_hdr->flags |= cpu_to_le16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE);
	frame_hdr->flags = cpu_to_le16(
		le16_to_cpu(frame_hdr->flags) |
		MFI_FRAME_DONT_POST_IN_REPLY_QUEUE);

	init_frame->cmd	= MFI_CMD_INIT;
	init_frame->cmd_status = 0xFF;