[PATCH 0/8] Use printk_ratelimited instead of printk_ratelimit

2011-06-06 Thread Christian Dietrich
Hi, since printk_ratelimit() shouldn't be used anymore, I replaced it at several points, where it was possible with printk_ratelimited(FMT,...). This shouldn't change the behaviour in most cases, except that the printk will use an local ratelimit instead of an global one shared with all other print

[PATCH 0/8] Use printk_ratelimited instead of printk_ratelimit

2011-06-04 Thread Christian Dietrich
Hi, since printk_ratelimit() shouldn't be used anymore, I replaced it at several points, where it was possible with printk_ratelimited(FMT,...). This shouldn't change the behaviour in most cases, except that the printk will use an local ratelimit instead of an global one shared with all other print