diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-03-06 15:59:15 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-03-06 15:59:15 +1100 |
commit | 7f6352fa52e57c075caac8e3ef6ec85e01f85e2f (patch) | |
tree | 600115afe8741e7dbfd12e7b8cdf918ec1509d87 /hw | |
parent | daa340ae58bbf774628d87505b2696e6f63f75d1 (diff) | |
download | skiboot-7f6352fa52e57c075caac8e3ef6ec85e01f85e2f.zip skiboot-7f6352fa52e57c075caac8e3ef6ec85e01f85e2f.tar.gz skiboot-7f6352fa52e57c075caac8e3ef6ec85e01f85e2f.tar.bz2 |
trailing whitespace cleanup in p7ioc.c
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/p7ioc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -596,7 +596,7 @@ static void p7ioc_create_hub(struct dt_node *np) /* Use the BUID extension as ID and add it to device-tree */ id = dt_prop_get_u32(np, "ibm,buid-ext"); - path = dt_get_path(np); + path = dt_get_path(np); printf("P7IOC: Found at %s ID 0x%x\n", path, id); free(path); @@ -659,7 +659,7 @@ static void p7ioc_create_hub(struct dt_node *np) else ioc->phbs[i].state = P7IOC_PHB_STATE_OFF; } - + /* Now, we do the bulk of the inits */ p7ioc_inits(ioc); |