projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354655e
)
swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()
author
Kay Sievers
<kay.sievers@vrfy.org>
Tue, 6 Jan 2009 18:44:37 +0000
(10:44 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Jan 2009 18:44:37 +0000
(10:44 -0800)
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/swiotlb.c
patch
|
blob
|
history
diff --git
a/lib/swiotlb.c
b/lib/swiotlb.c
index 7f5e21b9c16b90ffaa7fffd3cee96a65a511302b..c2a4e640145620a964d2f4e6c7dd82c522124980 100644
(file)
--- a/
lib/swiotlb.c
+++ b/
lib/swiotlb.c
@@
-647,7
+647,7
@@
swiotlb_full(struct device *dev, size_t size, int dir, int do_panic)
* the damage, or panic when the transfer is too big.
*/
printk(KERN_ERR "DMA: Out of SW-IOMMU space for %zu bytes at "
- "device %s\n", size, dev ? dev
->bus_id
: "?");
+ "device %s\n", size, dev ? dev
_name(dev)
: "?");
if (size > io_tlb_overflow && do_panic) {
if (dir == DMA_FROM_DEVICE || dir == DMA_BIDIRECTIONAL)