From 16c2c3c2f38338d5b3d71c6376bd16ae62b6e72e Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 10 Jun 2015 13:30:09 +0200 Subject: [PATCH] am7xxx: remove a redundant debug message in open_device() The calling function will show an error for the same condition. --- src/am7xxx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/am7xxx.c b/src/am7xxx.c index dd69fc5..74ae689 100644 --- 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; } -- 2.1.4