diff options
author | Joe Perches <joe@perches.com> | 2012-10-31 02:57:22 +0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-12-18 08:50:40 +0400 |
commit | 800ba5eabf13485fecbf468f6b2999608413d176 (patch) | |
tree | 3c7cc21de8896fbbf874824f92b9353f9b6141af /drivers/char/virtio_console.c | |
parent | 0127f6855e643c6b8fd5fbe3b5fa23c9d26cd237 (diff) | |
download | linux-800ba5eabf13485fecbf468f6b2999608413d176.tar.xz |
virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.
Convert if (printk_ratelimit()) dev_printk to dev_<level>_ratelimited.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/char/virtio_console.c')
0 files changed, 0 insertions, 0 deletions