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

Commit 83ea7445 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown
Browse files

[ACPI] fix build warning



Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f165b10f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -638,7 +638,7 @@ next_byte:
		if (function == ACPI_WRITE)
		if (function == ACPI_WRITE)
			temp >>= 8;
			temp >>= 8;
		i++;
		i++;
		(u8)address ++;
		address++;
		goto next_byte;
		goto next_byte;
	}
	}