Commit e5c27ef7 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by Michael Ellerman

powerpc: Remove trailing semicolon after curly brace

There is not point in having a trailing semicolon after a closing curly
brace. Remove it.
Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 423bfc69
...@@ -51,7 +51,7 @@ phys_addr_t get_csrbase(void) ...@@ -51,7 +51,7 @@ phys_addr_t get_csrbase(void)
const void *prop = of_get_property(tsi, "reg", &size); const void *prop = of_get_property(tsi, "reg", &size);
tsi108_csr_base = of_translate_address(tsi, prop); tsi108_csr_base = of_translate_address(tsi, prop);
of_node_put(tsi); of_node_put(tsi);
}; }
return tsi108_csr_base; return tsi108_csr_base;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment