mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
fthd: Clean up debug/info/error messages
Go for the pr_ macros instead of dev_ Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
@@ -69,9 +69,8 @@ struct iommu_obj *fthd_iommu_alloc_sgtable(struct fthd_private *dev_priv,
|
||||
ret = allocate_resource(root, &obj->base, total_len, root->start,
|
||||
root->end, 1, NULL, NULL);
|
||||
if (ret) {
|
||||
dev_err(&dev_priv->pdev->dev,
|
||||
"Failed to allocate resource (size: %d, start: %Ld, end: %Ld)\n",
|
||||
total_len, root->start, root->end);
|
||||
pr_err("Failed to allocate resource (size: %d, start: %Ld, end: %Ld)\n",
|
||||
total_len, root->start, root->end);
|
||||
kfree(obj);
|
||||
obj = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user