diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 16:01:58 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2010-05-24 00:44:25 -0400 |
commit | 724b62b5f73e7d17c737ddb879e0543c886b20ce (patch) | |
tree | 314099c2db6b46c054d4c1874aa7959476155d6d /arch/m68knommu | |
parent | 7aa5ccaae6ae6cdf6973df3378fc63b508944ce6 (diff) |
arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanup
Checkpatch cleanup
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/68360/commproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68knommu/platform/68360/commproc.c b/arch/m68knommu/platform/68360/commproc.c index 6acb8d294cb6..f27e688c404e 100644 --- a/arch/m68knommu/platform/68360/commproc.c +++ b/arch/m68knommu/platform/68360/commproc.c | |||
@@ -110,7 +110,7 @@ void m360_cpm_reset() | |||
110 | /* pte = find_pte(&init_mm, host_page_addr); */ | 110 | /* pte = find_pte(&init_mm, host_page_addr); */ |
111 | /* pte_val(*pte) |= _PAGE_NO_CACHE; */ | 111 | /* pte_val(*pte) |= _PAGE_NO_CACHE; */ |
112 | /* flush_tlb_page(current->mm->mmap, host_buffer); */ | 112 | /* flush_tlb_page(current->mm->mmap, host_buffer); */ |
113 | 113 | ||
114 | /* Tell everyone where the comm processor resides. | 114 | /* Tell everyone where the comm processor resides. |
115 | */ | 115 | */ |
116 | /* cpmp = (cpm360_t *)commproc; */ | 116 | /* cpmp = (cpm360_t *)commproc; */ |
@@ -191,7 +191,7 @@ cpm_interrupt(int irq, void * dev, struct pt_regs * regs) | |||
191 | */ | 191 | */ |
192 | ((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec); | 192 | ((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec); |
193 | #endif | 193 | #endif |
194 | 194 | ||
195 | } | 195 | } |
196 | 196 | ||
197 | /* The CPM can generate the error interrupt when there is a race condition | 197 | /* The CPM can generate the error interrupt when there is a race condition |