soc/amd/common/block: Remove space after a cast

Change-Id: Icccfbc535e005648e45156fc6810210d0ec86a98
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77736
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Ana Carolina Cabral
This commit is contained in:
Elyes Haouas 2023-09-09 08:52:05 +02:00 committed by Felix Held
commit 3cf2fb5773

View file

@ -103,7 +103,7 @@ void soc_xhci_log_wake_events(void)
.controller = i_xhci,
};
const struct resource *res = (const struct resource *) &res_store[i_slot].resources[0];
const struct resource *res = (const struct resource *)(&res_store[i_slot].resources[0]);
enum cb_err err
= xhci_resource_for_each_supported_usb_cap(res, &context,
&xhci_cap_callback);