Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
ded741b6
Commit
ded741b6
authored
Jun 27, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
turned off debug messages
parent
2106955d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
circbuf.c
src/drivers/elphel/circbuf.c
+1
-1
sensor_i2c.c
src/drivers/elphel/sensor_i2c.c
+1
-1
c313a.h
src/include/elphel/c313a.h
+1
-1
No files found.
src/drivers/elphel/circbuf.c
View file @
ded741b6
...
...
@@ -21,7 +21,7 @@
* -----------------------------------------------------------------------------**
*/
#define DEBUG 1
//
#define DEBUG 1
#include <linux/device.h>
#include <linux/module.h>
...
...
src/drivers/elphel/sensor_i2c.c
View file @
ded741b6
...
...
@@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
/****************** INCLUDE FILES SECTION ***********************************/
#define DEBUG
/* should be before linux/module.h - enables dev_dbg at boot in this file */
//
#define DEBUG /* should be before linux/module.h - enables dev_dbg at boot in this file */
#include <linux/module.h>
#include <linux/sched.h>
...
...
src/include/elphel/c313a.h
View file @
ded741b6
...
...
@@ -10,7 +10,7 @@
//#define ELPHEL_DEBUG_STARTUP 000a4c00 ;
//#define ELPHEL_DEBUG_STARTUP 0 ; // removed - add write to fpga init script
//#define ELPHEL_DEBUG 0 //global debug on/off in multiple files
#define ELPHEL_DEBUG
1
//global debug on/off in multiple files
#define ELPHEL_DEBUG
0
//global debug on/off in multiple files
#define ELPHEL_DEBUG_DELAY 100000 //delay after some printk-s
#define ELP_KERR(x) printk("%s:%d:%s: ERROR ",__FILE__,__LINE__,__FUNCTION__);x
#define ELP_FERR(x) fprintf(stderr,"%s:%d:%s: ERROR ",__FILE__,__LINE__,__FUNCTION__);x
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment