projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
61e5bc7
)
am7xxx: remove a redundant debug message in open_device()
author
Antonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 11:30:09 +0000
(13:30 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Wed, 10 Jun 2015 13:17:50 +0000
(15:17 +0200)
The calling function will show an error for the same condition.
src/am7xxx.c
patch
|
blob
|
history
diff --git
a/src/am7xxx.c
b/src/am7xxx.c
index
dd69fc5
..
74ae689
100644
(file)
--- a/
src/am7xxx.c
+++ b/
src/am7xxx.c
@@
-720,7
+720,6
@@
static int open_device(am7xxx_context *ctx,
/* the usb device has already been opened */
if ((*dev)->usb_device) {
- debug(ctx, "(*dev)->usb_device already set\n");
ret = 1;
goto out;
}