[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200801272042.12112.bzolnier@gmail.com>
Date: Sun, 27 Jan 2008 20:42:11 +0100
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: Borislav Petkov <petkovbb@...glemail.com>
Cc: linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org,
Borislav Petkov <bbpetkov@...oo.de>
Subject: Re: [PATCH 25/32] ide-tape: simplify code branching in the interrupt handler
On Sunday 27 January 2008, Borislav Petkov wrote:
> From: Borislav Petkov <bbpetkov@...oo.de>
>
> ... by adding a new typedef function pointer idetape_io_buf in order to call
> the proper buffer i/o handler depending on the data direction.
>
> Signed-off-by: Borislav Petkov <bbpetkov@...oo.de>
> ---
> drivers/ide/ide-tape.c | 54 +++++++++++++++++++++++++----------------------
> 1 files changed, 29 insertions(+), 25 deletions(-)
[...]
> +typedef void idetape_io_buf(ide_drive_t *, idetape_pc_t *, uint);
'uint' -> 'unsigned int'
[...]
Otherwise this patch is fine but depends on other patches needing rework
(please move it near the beginning of the series).
Thanks,
Bart
--
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