tpm: Remove error message for unknown resource type
This is being triggered because the base address is added, but there is nothing that needs done with it in set_resources step and the ERROR message is tripping suspend resume test scripts. BUG=chrome-os-partner:33385 BRANCH=samus,auron TEST=boot on samus and check for ERROR strings, successfully run suspend_stress_test without failures Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/231603 (cherry picked from commit bb789492965d92e309a913dc7b9f09f7036c5480) Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Change-Id: I2b5f44795f1ee445d509b29bd56f498aea7b7fe3 Reviewed-on: https://chromium-review.googlesource.com/231604 Commit-Queue: Duncan Laurie <dlaurie@chromium.org> Tested-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
426d141d6e
commit
9062734d88
1 changed files with 0 additions and 3 deletions
|
|
@ -751,9 +751,6 @@ static void lpc_tpm_set_resources(struct device *dev)
|
|||
tis_setup_interrupt((int)res->base,
|
||||
config->irq_polarity);
|
||||
} else {
|
||||
printk(BIOS_ERR,
|
||||
"ERROR: %s %02lx unknown resource type\n",
|
||||
dev_path(dev), res->index);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue