commit | 1ba151cdf5ac120fc829ee6524fefedc6828947f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Oct 28 01:05:44 2012 -0700 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Jan 07 22:04:56 2013 -0800 |
tree | 484c216fddcdaa8916cd12fc9419619ffb842bde | |
parent | 8be9e32b310cd8c4302991c8ff6692689c7d9d76 [diff] |
dma: 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. Coalesce formats for easier grep. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>