]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/executer/exconvrt.c
ACPICA 20050617-0624 from Bob Moore <robert.moore@intel.com>
[karo-tx-linux.git] / drivers / acpi / executer / exconvrt.c
index 97856c48bd744f200e170536a7d046f1f0a3f112..21331625e66e5dbf1d0e2248877a0563b6ed0607 100644 (file)
@@ -367,7 +367,7 @@ acpi_ex_convert_to_ascii (
 
                /* hex_length: 2 ascii hex chars per data byte */
 
-               hex_length = ACPI_MUL_2 (data_width);
+               hex_length = (acpi_native_uint) ACPI_MUL_2 (data_width);
                for (i = 0, j = (hex_length-1); i < hex_length; i++, j--) {
                        /* Get one hex digit, most significant digits first */