commit | 800ba5eabf13485fecbf468f6b2999608413d176 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Oct 31 09:27:22 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 18 15:20:40 2012 +1030 |
tree | 3c7cc21de8896fbbf874824f92b9353f9b6141af | |
parent | 0127f6855e643c6b8fd5fbe3b5fa23c9d26cd237 [diff] |
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>