ACPICA: Work around an ancient GCC bug.
authorBob Moore <robert.moore@intel.com>
Wed, 30 Jul 2014 04:20:26 +0000 (12:20 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Jul 2014 22:50:22 +0000 (00:50 +0200)
commit8884de6a47dda88f8fdf4efa9960149fb5a8a46f
tree2e15b3feb388a577b1395822ae1feef8f6ac8c1d
parentc12f07d17c12193256a99e20c9a0f130fb8f7be8
ACPICA: Work around an ancient GCC bug.

warning: cast from function call of type 'char *' to non-matching type 'long unsigned int'

Since acpi_ut_format_number() hasn't been enabled for the Linux kernel,
this patch doesn't affect the Linux kernel.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utprint.c