[Armadeus-commitlog] SF.net SVN: armadeus:[977] trunk/target/linux/modules/isp1761/hal/hal_imx.c
Brought to you by:
sszy
|
From: <jo...@us...> - 2008-12-28 00:51:12
|
Revision: 977
http://armadeus.svn.sourceforge.net/armadeus/?rev=977&view=rev
Author: jorasse
Date: 2008-12-28 00:51:11 +0000 (Sun, 28 Dec 2008)
Log Message:
-----------
[linux] Improved console message with apf9328_devlight (ISP1760 device not present)
Modified Paths:
--------------
trunk/target/linux/modules/isp1761/hal/hal_imx.c
Modified: trunk/target/linux/modules/isp1761/hal/hal_imx.c
===================================================================
--- trunk/target/linux/modules/isp1761/hal/hal_imx.c 2008-12-28 00:49:12 UTC (rev 976)
+++ trunk/target/linux/modules/isp1761/hal/hal_imx.c 2008-12-28 00:51:11 UTC (rev 977)
@@ -845,8 +845,9 @@
* and reading back and checking the contents are same or not
*/
if(reg_data != 0xFACEECAF) {
- err("%s scratch register mismatch %x. Unable to find the ISP176x device",
+ err("%s scratch register mismatch %x",
isp1761_driver_name,reg_data);
+ err("ISP176x device not present");
status = -ENODEV;
goto clean;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|