commit | 32e24930fb71c47a1366325b6f139e039cacaca4 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Oct 26 20:49:24 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 16:50:52 2013 -0700 |
tree | 1384038ba0275cbc25acc6c0c9f5b870a5a27f87 | |
parent | 29fc2bc75393864bbc9b90a7a13a0d0e11c6f41e [diff] |
usbatm: Fix dynamic_debug / ratelimited atm_dbg and atm_rldbg macros Fix atm_dbg to use normal pr_debug not dynamic_pr_debug because dynamic_pr_debug may not be compiled in at all. Signed-off-by: Joe Perches <joe@perches.com> Tested-by: Krzysztof Mazur <krzysiek@podlesie.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>