From: Joe Perches Date: Tue, 30 Oct 2012 22:57:22 +0000 (+1030) Subject: virtio: Convert dev_printk(KERN_ to dev_( X-Git-Tag: v3.8-rc1~28^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800ba5eabf13485fecbf468f6b2999608413d176;p=pandora-kernel.git virtio: Convert dev_printk(KERN_ to dev_( dev_ calls take less code than dev_printk(KERN_ and reducing object size is good. Convert if (printk_ratelimit()) dev_printk to dev__ratelimited. Signed-off-by: Joe Perches Signed-off-by: Rusty Russell --- Reading git-diff-tree failed