From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MXC: removed warnings from IMX51 ATA driver
Date: Tue, 1 Feb 2011 18:37:16 +0100 [thread overview]
Message-ID: <201102011837.16668.marek.vasut@gmail.com> (raw)
In-Reply-To: <1296581402-6538-1-git-send-email-sbabic@denx.de>
On Tuesday 01 February 2011 18:30:02 Stefano Babic wrote:
> Drop warnings due to unused variables.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Marek Vasut <marek.vasut@gmail.com>
> ---
> drivers/block/mxc_ata.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/block/mxc_ata.c b/drivers/block/mxc_ata.c
> index 842a633..f22f4f4 100644
> --- a/drivers/block/mxc_ata.c
> +++ b/drivers/block/mxc_ata.c
> @@ -87,11 +87,8 @@ struct mxc_data_hdd_regs {
>
> /* PIO timing table */
> #define NR_PIO_SPECS 5
> -static uint16_t pio_t0[NR_PIO_SPECS] = { 600, 383, 240, 180, 120 };
> static uint16_t pio_t1[NR_PIO_SPECS] = { 70, 50, 30, 30, 25 };
> static uint16_t pio_t2_8[NR_PIO_SPECS] = { 290, 290, 290, 80, 70 };
> -static uint16_t pio_t2_16[NR_PIO_SPECS] = { 165, 125, 100, 80, 70 };
> -static uint16_t pio_t2i[NR_PIO_SPECS] = { 40, 0, 0, 0, 0 };
> static uint16_t pio_t4[NR_PIO_SPECS] = { 30, 20, 15, 10, 10 };
> static uint16_t pio_t9[NR_PIO_SPECS] = { 20, 15, 10, 10, 10 };
> static uint16_t pio_tA[NR_PIO_SPECS] = { 50, 50, 50, 50, 50 };
Acked-by: Marek Vasut <marek.vasut@gmail.com>
prev parent reply other threads:[~2011-02-01 17:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-01 17:30 [U-Boot] [PATCH] MXC: removed warnings from IMX51 ATA driver Stefano Babic
2011-02-01 17:37 ` Marek Vasut [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201102011837.16668.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.