Re: [PATCH v2 20/20] ACPICA: Use designated initializers

From: Christoph Hellwig
Date: Sun May 28 2017 - 03:46:05 EST


The right fix is to get rid of the idiotic dispatch table entirely,
something like the minimally tested patch below:

---