X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/61e5bc764f2b35c333b11e5421c2e2495923b321..fdb8045c91881d75c68a08e65dc1e00f89bc0497:/src/am7xxx.c diff --git a/src/am7xxx.c b/src/am7xxx.c index dd69fc5..b988267 100644 --- a/src/am7xxx.c +++ b/src/am7xxx.c @@ -341,7 +341,7 @@ static inline unsigned int in_80chars(unsigned int i) { /* The 3 below is the length of "xx " where xx is the hex string * representation of a byte */ - return ((i+1) % (80/3)); + return ((i + 1) % (80 / 3)); } static void trace_dump_buffer(am7xxx_context *ctx, const char *message, @@ -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; }