Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1bb905ee
Commit
1bb905ee
authored
Oct 18, 2002
by
Randy Dunlap
Committed by
Greg Kroah-Hartman
Oct 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] cpia fix for older compilers
parent
2c9fbaf4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/media/video/cpia.h
drivers/media/video/cpia.h
+2
-2
No files found.
drivers/media/video/cpia.h
View file @
1bb905ee
...
@@ -386,11 +386,11 @@ void cpia_unregister_camera(struct cam_data *cam);
...
@@ -386,11 +386,11 @@ void cpia_unregister_camera(struct cam_data *cam);
#define ERROR_FLICKER_BELOW_MIN_EXP 0x01
/*flicker exposure got below minimum exposure */
#define ERROR_FLICKER_BELOW_MIN_EXP 0x01
/*flicker exposure got below minimum exposure */
#define ALOG(fmt,args...) printk(fmt, ##args)
#define ALOG(fmt,args...) printk(fmt, ##args)
#define LOG(fmt,args...) ALOG(KERN_INFO __FILE__ ":%s(%d):" fmt, __FUNCTION__
, __LINE__
, ##args)
#define LOG(fmt,args...) ALOG(KERN_INFO __FILE__ ":%s(%d):" fmt, __FUNCTION__
, __LINE__
, ##args)
#ifdef _CPIA_DEBUG_
#ifdef _CPIA_DEBUG_
#define ADBG(lineno,fmt,args...) printk(fmt, jiffies, lineno, ##args)
#define ADBG(lineno,fmt,args...) printk(fmt, jiffies, lineno, ##args)
#define DBG(fmt,args...) ADBG((__LINE__),
KERN_DEBUG __FILE__"(%ld):"__FUNCTION__"(%d):"fmt,
##args)
#define DBG(fmt,args...) ADBG((__LINE__),
KERN_DEBUG __FILE__" (%ld):" __FUNCTION__ "(%d):" fmt,
##args)
#else
#else
#define DBG(fmn,args...) do {} while(0)
#define DBG(fmn,args...) do {} while(0)
#endif
#endif
...
...
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