powerpc: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
551a232c87
commit
d258e64ef5
@ -965,7 +965,7 @@ static inline void fsl_rio_info(struct device *dev, u32 ccsr)
|
||||
break;
|
||||
default:
|
||||
str = "Unknown";
|
||||
break;;
|
||||
break;
|
||||
}
|
||||
dev_info(dev, "Hardware port width: %s\n", str);
|
||||
|
||||
|
Reference in New Issue
Block a user