Re: [PATCH 09/14] m68k: amiga - Amiga Gayle IDE platform device conversion

From: Geert Uytterhoeven
Date: Fri Apr 23 2010 - 04:32:40 EST


On Fri, Apr 23, 2010 at 10:00, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Cc: linux-ide@xxxxxxxxxxxxxxx
> ---
> Âarch/m68k/amiga/platform.c    |  63 ++++++++++++++++-
> Âarch/m68k/include/asm/amigayle.h | Â Â6 ++
> Âdrivers/ide/gayle.c       Â| Â150 +++++++++++++++++++++----------------
> Â3 files changed, 153 insertions(+), 66 deletions(-)

> --- a/drivers/ide/gayle.c
> +++ b/drivers/ide/gayle.c

> +{
> + Â Â Â // FIXME
> + Â Â Â if (pdata->explicit_ack)
> + Â Â Â Â Â Â Â d.port_ops = &gayle_a1200_port_ops;
> + Â Â Â else
> + Â Â Â Â Â Â Â d.port_ops = &gayle_a4000_port_ops;
> +}

Sorry, that was the wrong one. The FIXME and braces should have been removed.
Updated patch below.