[Armadeus-commitlog] SF.net SVN: armadeus:[972] trunk/target/linux/modules/isp1761/ apf9328-isp1761
Brought to you by:
sszy
|
From: <jo...@us...> - 2008-12-26 00:22:23
|
Revision: 972
http://armadeus.svn.sourceforge.net/armadeus/?rev=972&view=rev
Author: jorasse
Date: 2008-12-26 00:22:21 +0000 (Fri, 26 Dec 2008)
Log Message:
-----------
[linux] remove useless debug info
Modified Paths:
--------------
trunk/target/linux/modules/isp1761/apf9328-isp1761.c
Modified: trunk/target/linux/modules/isp1761/apf9328-isp1761.c
===================================================================
--- trunk/target/linux/modules/isp1761/apf9328-isp1761.c 2008-12-25 23:58:26 UTC (rev 971)
+++ trunk/target/linux/modules/isp1761/apf9328-isp1761.c 2008-12-26 00:22:21 UTC (rev 972)
@@ -144,7 +144,6 @@
/* configure the chip select 3 */
__REG(IMX_EIM_BASE + CS3U + IMX_IO_BASE) = CFG_CS3U_VAL; //CSU
__REG(IMX_EIM_BASE + CS3L + IMX_IO_BASE) = CFG_CS3L_VAL; //CSL
- printk("CFG_CS3 %#x %#x", CFG_CS3U_VAL, CFG_CS3L_VAL);
imx_gpio_mode( ISP1761_GPIO_IRQ | GPIO_IN | GPIO_GIUS ); /* Set up IRQ line. */
set_irq_type( ISP1761_IRQ, IRQF_TRIGGER_FALLING );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|