[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200901241513.29772.bzolnier@gmail.com>
Date: Sat, 24 Jan 2009 15:13:29 +0100
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: linux-ide@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Russell King <rmk@....linux.org.uk>
Subject: [PATCH] icside: fix PCB version 6 support
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Subject: [PATCH] icside: fix PCB version 6 support
We need to pass struct ide_port_info also to ide_host_register().
Cc: Russell King <rmk@....linux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
---
drivers/ide/icside.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/drivers/ide/icside.c
===================================================================
--- a/drivers/ide/icside.c
+++ b/drivers/ide/icside.c
@@ -453,7 +453,7 @@ icside_register_v5(struct icside_state *
ecard_set_drvdata(ec, state);
- ret = ide_host_register(host, NULL, hws);
+ ret = ide_host_register(host, &d, hws);
if (ret)
goto err_free;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists