Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85518
b: refs/heads/master
c: 222dc79
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mundt committed Feb 14, 2008
1 parent 398ef4d commit 7702dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a3eeba88f935b200245d1536b99cd4b7eec1d4a
refs/heads/master: 222dc791e1c3e8c0c0e2807c55999ad3d85e8760
2 changes: 1 addition & 1 deletion trunk/arch/sh/drivers/dma/dma-api.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ int register_dmac(struct dma_info *info)

BUG_ON((info->flags & DMAC_CHANNELS_CONFIGURED) && !info->channels);

info->pdev = platform_device_register_simple((char *)info->name, -1,
info->pdev = platform_device_register_simple(info->name, -1,
NULL, 0);
if (IS_ERR(info->pdev))
return PTR_ERR(info->pdev);
Expand Down

0 comments on commit 7702dad

Please sign in to comment.