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:
parent
fe0c32e6db
commit
3cf2fb5773
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue