mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
camera: camera driver close debug trace
This commit is contained in:
@@ -47,7 +47,7 @@ module_param(debug, int, S_IRUGO|S_IWUSR);
|
||||
printk(KERN_WARNING"rk29xx_camera: " fmt , ## arg); } while (0)
|
||||
|
||||
#define RK29CAMERA_TR(format, ...) printk(KERN_ERR format, ## __VA_ARGS__)
|
||||
#define RK29CAMERA_DG(format, ...) dprintk(0, format, ## __VA_ARGS__)
|
||||
#define RK29CAMERA_DG(format, ...) dprintk(1, format, ## __VA_ARGS__)
|
||||
|
||||
// VIP Reg Offset
|
||||
#define RK29_VIP_AHBR_CTRL 0x00
|
||||
|
||||
Reference in New Issue
Block a user