diff options
author | Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> | 2011-06-04 17:35:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-28 14:29:19 -0700 |
commit | 7a2eaf9358250706672783eb8511835706b0922b (patch) | |
tree | 05c359185ae08552506aa41fbe9ca6d0d1d10e48 /drivers/staging/octeon/ethernet-util.h | |
parent | 9d17653c721aa7f7c823d6ebc554e2c03ce35fbd (diff) | |
download | linux-7a2eaf9358250706672783eb8511835706b0922b.tar.gz linux-7a2eaf9358250706672783eb8511835706b0922b.tar.bz2 linux-7a2eaf9358250706672783eb8511835706b0922b.zip |
staging: octeon: use printk_ratelimited instead of printk_ratelimit
As per printk_ratelimit comment, it should not be used
Signed-off-by: Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/octeon/ethernet-util.h')
-rw-r--r-- | drivers/staging/octeon/ethernet-util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/octeon/ethernet-util.h b/drivers/staging/octeon/ethernet-util.h index c745a72a0594..144fb99bf50c 100644 --- a/drivers/staging/octeon/ethernet-util.h +++ b/drivers/staging/octeon/ethernet-util.h @@ -25,10 +25,6 @@ * Contact Cavium Networks for more information *********************************************************************/ -#define DEBUGPRINT(format, ...) do { if (printk_ratelimit()) \ - printk(format, ##__VA_ARGS__); \ - } while (0) - /** * cvm_oct_get_buffer_ptr - convert packet data address to pointer * @packet_ptr: Packet data hardware address |