Fix confirmed. Am i supposed to get some DriveSense errors? I probably
am just don't recall.

Jens Axboe wrote:
> Yes I know about this one, I've attached the patch here again. Linus,
> could you apply?
> 
> --- drivers/ide/ide-cd.c~       Sat Dec 23 23:59:52 2000
> +++ drivers/ide/ide-cd.c        Sun Dec 24 00:03:38 2000
> @@ -333,7 +333,7 @@
>  {
>         int log = 0;
> 
> -       if (sense == NULL || pc->quiet)
> +       if (sense == NULL || pc == NULL || pc->quiet)
>                 return 0;
> 
>         switch (sense->sense_key) {
> 
> --
> * Jens Axboe <[EMAIL PROTECTED]>
> * SuSE Labs

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               [EMAIL PROTECTED]

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               [EMAIL PROTECTED]
=====================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to