Commit 40c96fb5 authored by Deepak Saxena's avatar Deepak Saxena

[ARM] Fix bogus variable name in dev_dbg() call in dmabounce code.

parent 2963e48d
......@@ -185,7 +185,7 @@ find_safe_buffer(struct dmabounce_device_info *device_info, dma_addr_t safe_dma_
static inline void
free_safe_buffer(struct dmabounce_device_info *device_info, struct safe_buffer *buf)
{
dev_dbg(dev_info->dev, "%s(buf=%p)\n", __func__, buf);
dev_dbg(device_info->dev, "%s(buf=%p)\n", __func__, buf);
list_del(&buf->node);
......
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