Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133432
b: refs/heads/master
c: b2bf61f
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 1fbd3a4 commit 4b60c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: cf43f4ab3a065296822bb245975d006707ccde8d
refs/heads/master: b2bf61f23f74d5b5aa35f242a2fe2f08ce4a53e7
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/mcp-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ EXPORT_SYMBOL(mcp_host_alloc);

int mcp_host_register(struct mcp *mcp)
{
strcpy(mcp->attached_device.bus_id, "mcp0");
dev_set_name(&mcp->attached_device, "mcp0");
return device_register(&mcp->attached_device);
}
EXPORT_SYMBOL(mcp_host_register);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static int ucb1x00_probe(struct mcp *mcp)

ucb->dev.class = &ucb1x00_class;
ucb->dev.parent = &mcp->attached_device;
strlcpy(ucb->dev.bus_id, "ucb1x00", sizeof(ucb->dev.bus_id));
dev_set_name(&ucb->dev, "ucb1x00");

spin_lock_init(&ucb->lock);
spin_lock_init(&ucb->io_lock);
Expand Down

0 comments on commit 4b60c96

Please sign in to comment.