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>
This commit is contained in:
Elyes Haouas 2023-07-14 17:39:44 +02:00 committed by Felix Singer
parent 16b6937ea7
commit 34fb5ab4e9
1 changed files with 0 additions and 1 deletions

View File

@ -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) {