Commit 65c67d3a authored by Henning Meier-Geinitz's avatar Henning Meier-Geinitz Committed by Vojtech Pavlik

[PATCH] scanner.c: fix compilation error with debugging enabled

This patch removes a now unnecessary debug line taht broke compilation
when debugging was enabled.
parent 3de01c00
...@@ -327,6 +327,7 @@ ...@@ -327,6 +327,7 @@
* Vlasov <vsu@mivlgu.murom.ru>). * Vlasov <vsu@mivlgu.murom.ru>).
* - Accept devices with more than one interface. Only use interfaces that * - Accept devices with more than one interface. Only use interfaces that
* look like belonging to scanners. * look like belonging to scanners.
* - Fix compilation error when debugging is enabled.
* *
* TODO * TODO
* - Remove the 2/3 endpoint limitation * - Remove the 2/3 endpoint limitation
...@@ -860,7 +861,6 @@ probe_scanner(struct usb_interface *intf, ...@@ -860,7 +861,6 @@ probe_scanner(struct usb_interface *intf,
} }
dbg("probe_scanner: USB dev address:%p", dev); dbg("probe_scanner: USB dev address:%p", dev);
dbg("probe_scanner: ifnum:%u", ifnum);
/* /*
* 1. Check Vendor/Product * 1. Check Vendor/Product
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment