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/
This archive was generated by hypermail 2b29 : Sat Mar 23 2002 - 22:00:27 EST