Title: [9292] trunk/arch/blackfin/kernel/debug-mmrs.c: debug-mmrs: fix typos in single can/ppi/twi setups
- Revision
- 9292
- Author
- vapier
- Date
- 2010-10-22 16:17:50 -0400 (Fri, 22 Oct 2010)
Log Message
debug-mmrs: fix typos in single can/ppi/twi setups
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/debug-mmrs.c (9291 => 9292)
--- trunk/arch/blackfin/kernel/debug-mmrs.c 2010-10-22 10:05:27 UTC (rev 9291)
+++ trunk/arch/blackfin/kernel/debug-mmrs.c 2010-10-22 20:17:50 UTC (rev 9292)
@@ -577,7 +577,7 @@
#if defined(CAN_MC1) || defined(CAN0_MC1) || defined(CAN1_MC1)
parent = debugfs_create_dir("can", top);
# ifdef CAN_MC1
- bfin_debug_mmrs_can(parent, CAN_MC1, -1)
+ bfin_debug_mmrs_can(parent, CAN_MC1, -1);
# endif
# ifdef CAN0_MC1
CAN(0);
@@ -1043,7 +1043,7 @@
#if defined(PPI_STATUS) || defined(PPI0_STATUS) || defined(PPI1_STATUS)
parent = debugfs_create_dir("ppi", top);
# ifdef PPI_STATUS
- bfin_debug_mmrs_ppi(parent, PPI_STATUS, -1)
+ bfin_debug_mmrs_ppi(parent, PPI_STATUS, -1);
# endif
# ifdef PPI0_STATUS
PPI(0);
@@ -1246,7 +1246,7 @@
#if defined(TWI_CLKDIV) || defined(TWI0_CLKDIV) || defined(TWI1_CLKDIV)
parent = debugfs_create_dir("twi", top);
# ifdef TWI_CLKDIV
- bfin_debug_mmrs_twi(parent, TWI_CLKDIV, -1)
+ bfin_debug_mmrs_twi(parent, TWI_CLKDIV, -1);
# endif
# ifdef TWI0_CLKDIV
TWI(0);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits