ACPI: platform: Sort forbidden_id_list[] in ascending order
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 31 Aug 2022 14:03:27 +0000 (17:03 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 3 Sep 2022 18:53:17 +0000 (20:53 +0200)
commit1902d158bc86370c29bbb7d5f0e4b9a86a6c6c48
tree6f763e7dd4ac84e9b81309d5663068c2bb8d8650
parent895a4d6ce17b377316ebe7e7090efc1ce9ffd1fe
ACPI: platform: Sort forbidden_id_list[] in ascending order

For easier maintenance, sort the forbidden_id_list[] table rows in
ascending order with respect to the device ID field.

While at it, use an empty row as the list terminator, which is more
usual in the kernel.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_platform.c