Commit 56338b9f authored by Ben Collins's avatar Ben Collins Committed by Linus Torvalds

[PATCH] Dv1394 fix

This patch fixes a typo introduced by my last patch to dv1394.
parent 67a1b292
......@@ -2875,7 +2875,7 @@ static void dv1394_add_host (struct hpsb_host *host)
#ifdef CONFIG_DEVFS_FS
{
struct dv1394_devfs_entry = devfs_entry = dv1394_devfs_find("dv");
struct dv1394_devfs_entry *devfs_entry = dv1394_devfs_find("dv");
if (devfs_entry != NULL) {
snprintf(buf, sizeof(buf), "host%d", ohci->id);
dv1394_devfs_add_dir(buf, devfs_entry, &devfs_entry);
......
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