Re: [PATCH] ide-cd-typo.patch (Re: Linux 2.4.19-pre3-ac5)

Jörn Engel (joern@wohnheim.fh-wedel.de)
Fri, 22 Mar 2002 10:20:06 +0100


On Fri, 22 March 2002 01:14:14 -0800, Andre Hedrick wrote:
> Goto Line 790 in ide-cd.c and manually edit it.
>
> But since you asked for a patch here is one.
>
> [...]
>
> - if (HWGROUP(drive)->handler == NULL) /* paranoia check */
> + if (HWGROUP(drive)->handler != NULL) /* paranoia check */
> BUG();

Makes more sense. Thank you!

Jörn

-- 
Highly skilled employees are always promoted to a level of
incompetency. They get promoted for doing a good job, until they
don't.
-- unknown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/