ACPICA: Update interface to acpi_ut_valid_acpi_name()
authorBob Moore <robert.moore@intel.com>
Sat, 8 Jun 2013 00:59:44 +0000 (00:59 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 15 Jun 2013 23:00:46 +0000 (01:00 +0200)
commitde8e7db74a98124406b72a528f4c79766e08b410
tree83bde8129c46e78741155c153ae7fe68e36231bf
parent7cec7048fe22e3e92389da2cd67098f6c4284e7f
ACPICA: Update interface to acpi_ut_valid_acpi_name()

Clean up the interface by making the input argument a char *
string instead of a UINT32 name. This is easier to use for all
callers and eliminates casting to *(UINT32*)

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/acutils.h
drivers/acpi/acpica/tbinstal.c
drivers/acpi/acpica/utstring.c