summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-07-14 17:39:44 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-07-31 05:26:57 +0000
commit34fb5ab4e9a254b9aac1ab70730bff26bb82ce8f (patch)
tree384f02268fb3958774ed77f377df60f1fed8b452 /src
parent16b6937ea7520aa2c55df7a2c7cc624e5dfbe68f (diff)
downloadcoreboot-34fb5ab4e9a254b9aac1ab70730bff26bb82ce8f.tar.gz
coreboot-34fb5ab4e9a254b9aac1ab70730bff26bb82ce8f.tar.bz2
coreboot-34fb5ab4e9a254b9aac1ab70730bff26bb82ce8f.zip
soc/intel/common/block/pcr: Remove useless break after a return
Change-Id: Ie7f2144d0af21ba111464dfd135159704a3d82b7 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76474 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/pcr/pcr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/pcr/pcr.c b/src/soc/intel/common/block/pcr/pcr.c
index 897cd823e2fd..7f5b5c6e6ad8 100644
--- a/src/soc/intel/common/block/pcr/pcr.c
+++ b/src/soc/intel/common/block/pcr/pcr.c
@@ -271,7 +271,6 @@ int pcr_execute_sideband_msg(pci_devfn_t dev, struct pcr_sbi_msg *msg, uint32_t
printk(BIOS_ERR, "SBI Failure: Wrong Input = %x!\n",
msg->opcode);
return -1;
- break;
}
if (pci_read_config16(dev, PCI_VENDOR_ID) == 0xffff) {