From 53e2a0e11ea790e0466ae6358e2f293584155611 Mon Sep 17 00:00:00 2001 From: Mike Isely Date: Sat, 14 Jan 2006 22:09:52 +0000 Subject: Change global "debug" to "pvrusb2_debug" Note - I think this is the only actual global variable in the entire driver right now. (Other stuff is either static or held through a context pointer). From: Mike Isely Signed-off-by: Mike Isely --- v4l/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f8e0680a0..22e3d879c 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2006-01-14 22:06 mcisely + + * v4l_experimental/pvrusb2/pvrusb2-debug.h: + * v4l_experimental/pvrusb2/pvrusb2-i2c-core.c: (pvr2_i2c_xfer), + (pvr2_i2c_client_cmd): + * v4l_experimental/pvrusb2/pvrusb2-main.c: (pvr_init): + * v4l_experimental/pvrusb2/pvrusb2-v4l2.c: (pvr2_v4l2_do_ioctl): + + -Change global "debug" to "pvrusb2_debug". This should be the + only actual public global in the entire driver (everything else + is either static or held through a context pointer). + + Signed-off-by: Mike Isely + 2006-01-14 21:09 mcisely * v4l_experimental/pvrusb2/pvrusb2-hdw.c: -- cgit v1.2.3