Commit a6212839 authored by David Vrabel's avatar David Vrabel Committed by Russell King

[ARM PATCH] 1832/1: Typo in dma_unregister_dev printk

Patch from David Vrabel

Fix a trivial typo in a dma_unregister_dev printk.
parent 16bd7135
......@@ -636,7 +636,7 @@ dmabounce_unregister_dev(struct device *dev)
}
if (!list_empty(&device_info->safe_buffers)) {
printk(KERN_ERR,
printk(KERN_ERR
"%s: Removing from dmabounce with pending buffers!\n",
dev->bus_id);
BUG();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment