mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 00:32:25 +02:00
[adm5120] fix USB driver to compile even if USB_DEBUG is disabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9483 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4aff5f50a3
commit
4c5a099db2
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
/*-------------------------------------------------------------------------*/
|
/*-------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
|
|
||||||
static inline char *ed_typestring(int ed_type)
|
static inline char *ed_typestring(int ed_type)
|
||||||
{
|
{
|
||||||
switch (ed_type) {
|
switch (ed_type) {
|
||||||
@ -72,6 +70,8 @@ static inline char *td_togglestring(u32 info)
|
|||||||
return "?TOGGLE";
|
return "?TOGGLE";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
|
|
||||||
/* debug| print the main components of an URB
|
/* debug| print the main components of an URB
|
||||||
* small: 0) header + data packets 1) just header
|
* small: 0) header + data packets 1) just header
|
||||||
*/
|
*/
|
||||||
@ -377,6 +377,8 @@ static inline void admhc_dump_up(const struct admhcd *ahcd, const char *label,
|
|||||||
const struct urb_priv *up) {}
|
const struct urb_priv *up) {}
|
||||||
static inline void admhc_dump_ed(const struct admhcd *ahcd, const char *label,
|
static inline void admhc_dump_ed(const struct admhcd *ahcd, const char *label,
|
||||||
const struct ed *ed, int verbose) {}
|
const struct ed *ed, int verbose) {}
|
||||||
|
static inline void admhc_dump_td(const struct admhcd *ahcd, const char *label,
|
||||||
|
const struct td *td) {}
|
||||||
static inline void admhc_dump(struct admhcd *ahcd, int verbose) {}
|
static inline void admhc_dump(struct admhcd *ahcd, int verbose) {}
|
||||||
|
|
||||||
#undef ADMHC_VERBOSE_DEBUG
|
#undef ADMHC_VERBOSE_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user