[RFC Patch v1 07/13] ACPI, TPM: matching node name instead of full path when searching for TPM device

2013-12-17 Thread Jiang Liu
When searching ACPI object for TPM device, it should match current ACPI object name instead of the full path. Signed-off-by: Jiang Liu --- drivers/char/tpm/tpm_ppi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm_ppi.c b/drivers/char/tpm/tpm_ppi.c

[RFC Patch v1 07/13] ACPI, TPM: matching node name instead of full path when searching for TPM device

2013-12-17 Thread Jiang Liu
When searching ACPI object for TPM device, it should match current ACPI object name instead of the full path. Signed-off-by: Jiang Liu jiang@linux.intel.com --- drivers/char/tpm/tpm_ppi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm_ppi.c