lkml.org 
[lkml]   [2009]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] buddha: use struct ide_port_info
Date
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: [PATCH] buddha: use struct ide_port_info

This fixes hwif->channel and drive->dn assignments.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/buddha.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Index: b/drivers/ide/buddha.c
===================================================================
--- a/drivers/ide/buddha.c
+++ b/drivers/ide/buddha.c
@@ -143,6 +143,10 @@ static void __init buddha_setup_ports(hw
hw->chipset = ide_generic;
}

+static const struct ide_port_info buddha_port_info = {
+ .host_flags = IDE_HFLAG_NO_DMA,
+};
+
/*
* Probe for a Buddha or Catweasel IDE interface
*/
@@ -224,7 +228,7 @@ fail_base2:
hws[i] = &hw[i];
}

- ide_host_add(NULL, hws, NULL);
+ ide_host_add(&buddha_port_info, hws, NULL);
}

return 0;

\
 
 \ /
  Last update: 2009-01-24 15:25    [W:0.029 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site