commit | 342d6666f7276723e418b91c885b0c03f02eeaaf | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon May 06 12:03:49 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon May 06 12:03:49 2013 +1000 |
tree | 6401ba9f7b6256de0aa688f39dbf387d94183b66 | |
parent | 96cf3f66debbff7bc880ea747c10eef2d977a6fe [diff] |
powerpc/cell/iommu: Improve error message for missing node Some devices don't have a correct node ID and thus can't be attached to an iommu. The message displayed by the iommu code isn't very useful if you don't have a device-tree node as it tries to print the device-tree path but not the struct device name. Improve this by printing the device name as well. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>