Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141294
b: refs/heads/master
c: fdc4f2e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 1c61e88 commit 86d0ea1
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: 1c93d9cf46df54784b96ab66423ad290dbe35095
refs/heads/master: fdc4f2e95d3eb5c25fea449804e9174dd2e50903
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dst/dcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static int dst_node_sysfs_init(struct dst_node *n)
memcpy(&n->info->device, &dst_node_dev, sizeof(struct device));
n->info->size = n->size;

snprintf(n->info->device.bus_id, sizeof(n->info->device.bus_id), "dst-%s", n->name);
dev_set_name(&n->info->device, "dst-%s", n->name);
err = device_register(&n->info->device);
if (err) {
dprintk(KERN_ERR "Failed to register node '%s', err: %d.\n",
Expand Down

0 comments on commit 86d0ea1

Please sign in to comment.