Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1cd1fe6 authored by Alexey Starikovskiy's avatar Alexey Starikovskiy Committed by Len Brown
Browse files

ACPI: EC: Remove noisy debug printk fron EC driver.



ACPI: EC: Handler for query 0x57 is not found!

Signed-off-by: default avatarAlexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 7a883eaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -471,7 +471,6 @@ static void acpi_ec_gpe_query(void *ec_cxt)
		}
		}
	}
	}
	mutex_unlock(&ec->lock);
	mutex_unlock(&ec->lock);
	printk(KERN_ERR PREFIX "Handler for query 0x%x is not found!\n", value);
}
}


static u32 acpi_ec_gpe_handler(void *data)
static u32 acpi_ec_gpe_handler(void *data)