projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1c9de
)
x86: cleanup in amd_cpu_notify()
author
Robert Richter
<robert.richter@amd.com>
Fri, 22 Aug 2008 18:23:38 +0000
(20:23 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 25 Aug 2008 09:11:59 +0000
(11:11 +0200)
small coding style fix.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/pci/amd_bus.c
patch
|
blob
|
history
diff --git
a/arch/x86/pci/amd_bus.c
b/arch/x86/pci/amd_bus.c
index 6a0fca78c36236aeedb3579a3b306f01426e15e7..22e057665e5517971a67b84a0e60e2ffe87ad151 100644
(file)
--- a/
arch/x86/pci/amd_bus.c
+++ b/
arch/x86/pci/amd_bus.c
@@
-580,7
+580,7
@@
static int __cpuinit amd_cpu_notify(struct notifier_block *self,
unsigned long action, void *hcpu)
{
int cpu = (long)hcpu;
- switch(action) {
+ switch
(action) {
case CPU_ONLINE:
case CPU_ONLINE_FROZEN:
smp_call_function_single(cpu, enable_pci_io_ecs, NULL, 0);