|
@@ -1991,8 +1991,7 @@ static void nfit_test0_setup(struct nfit_test *t)
|
|
pcap->header.type = ACPI_NFIT_TYPE_CAPABILITIES;
|
|
pcap->header.type = ACPI_NFIT_TYPE_CAPABILITIES;
|
|
pcap->header.length = sizeof(*pcap);
|
|
pcap->header.length = sizeof(*pcap);
|
|
pcap->highest_capability = 1;
|
|
pcap->highest_capability = 1;
|
|
- pcap->capabilities = ACPI_NFIT_CAPABILITY_CACHE_FLUSH |
|
|
|
|
- ACPI_NFIT_CAPABILITY_MEM_FLUSH;
|
|
|
|
|
|
+ pcap->capabilities = ACPI_NFIT_CAPABILITY_MEM_FLUSH;
|
|
offset += pcap->header.length;
|
|
offset += pcap->header.length;
|
|
|
|
|
|
if (t->setup_hotplug) {
|
|
if (t->setup_hotplug) {
|