git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3084f0c
)
drivers/block/umem: use dev_printk()
author
Jeff Garzik
<jeff@garzik.org>
Thu, 27 Sep 2007 10:41:25 +0000
(06:41 -0400)
committer
Jens Axboe
<axboe@carl.home.kernel.dk>
Wed, 10 Oct 2007 07:25:59 +0000
(09:25 +0200)
dev_printk() gives us a consistent prefix (driver name + PCI bus id),
which allows us to eliminate the hand-rolled one.
Also allows us to eliminate card->card_number, which was used solely in
printk() calls.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found