Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138281
b: refs/heads/master
c: 20ae26c
h: refs/heads/master
i:
  138279: b261d6b
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent f658b45 commit c92b606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ab5e74fa3d41a3d49005e430f98cdff77a3cee6
refs/heads/master: 20ae26c84e48b95177e334fa9022f68aa3b77df6
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-debugifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@

struct pvr2_hdw;

/* Non-intrusively print some useful debugging info from inside the
driver. This should work even if the driver appears to be
wedged. */
int pvr2_debugifc_print_info(struct pvr2_hdw *,
char *buf_ptr,unsigned int buf_size);

/* Print general status of driver. This will also trigger a probe of
the USB link. Unlike print_info(), this one synchronizes with the
driver so the information should be self-consistent (but it will
hang if the driver is wedged). */
int pvr2_debugifc_print_info(struct pvr2_hdw *,
char *buf_ptr, unsigned int buf_size);

/* Non-intrusively print some useful debugging info from inside the
driver. This should work even if the driver appears to be
wedged. */
int pvr2_debugifc_print_status(struct pvr2_hdw *,
char *buf_ptr,unsigned int buf_size);

Expand Down

0 comments on commit c92b606

Please sign in to comment.