[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9a8748490611270801g38417047ybcf4304bad9ad673@mail.gmail.com>
Date: Mon, 27 Nov 2006 17:01:16 +0100
From: "Jesper Juhl" <jesper.juhl@...il.com>
To: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
stable@...r.kernel.org
Subject: Re: [PATCH] IDE: typo in ide-io.c leads to faulty assignment
On 27/11/06, Elias Oltmanns <eo@...ensachen.de> wrote:
> Due to a typo in ide_start_power_step, the result of a function rather
> than its pointer is assigned to args->handler. The patch applies to
> 2.6.19-rc6 but the problem exists in the stable branch as well.
>
These two lines :
- args->handler = task_no_data_intr;
+ args->handler = &task_no_data_intr;
do the same thing.
--
Jesper Juhl <jesper.juhl@...il.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
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