lkml.org 
[lkml]   [2008]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 9/9] ide-cs: use struct ide_port_info
    Convert the driver to use struct ide_port_info.

    There should be no functional changes caused by this patch.

    Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    ---
    drivers/ide/legacy/ide-cs.c | 8 ++++++--
    1 file changed, 6 insertions(+), 2 deletions(-)

    Index: b/drivers/ide/legacy/ide-cs.c
    ===================================================================
    --- a/drivers/ide/legacy/ide-cs.c
    +++ b/drivers/ide/legacy/ide-cs.c
    @@ -150,6 +150,11 @@ static const struct ide_port_ops idecs_p
    .quirkproc = ide_undecoded_slave,
    };

    +static const struct ide_port_info idecs_port_info = {
    + .port_ops = &idecs_port_ops,
    + .host_flags = IDE_HFLAG_NO_DMA,
    +};
    +
    static ide_hwif_t *idecs_register(unsigned long io, unsigned long ctl,
    unsigned long irq, struct pcmcia_device *handle)
    {
    @@ -184,11 +189,10 @@ static ide_hwif_t *idecs_register(unsign
    i = hwif->index;

    ide_init_port_hw(hwif, &hw);
    - hwif->port_ops = &idecs_port_ops;

    idx[0] = i;

    - ide_device_add(idx, NULL);
    + ide_device_add(idx, &idecs_port_info);

    if (hwif->present)
    return hwif;

    \
     
     \ /
      Last update: 2008-06-02 22:27    [W:3.876 / U:1.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site