commit | 1ef37c6047fef8b65d62aa908d9795101b5244d6 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 26 16:30:45 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:19:43 2013 -0700 |
tree | f36055bf3a560b2b4fffa560095f731367543376 | |
parent | 66d4bc30d128e7c7ac4cf64aa78cb76e971cec5b [diff] |
USB: adutux: remove custom debug macro and module parameter Now that we don't use the dbg() macro, remove it, and the module parameter. Also fix up the "dump_data" function to properly use the dynamic debug core and the correct printk options, and don't call it twice per function, as the data doesn't change from the beginning and the end of the call. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>