• Andrew Morton's avatar
    [PATCH] ide-cd error handling oops fix · 30c633b8
    Andrew Morton authored
    cdrom_decode_status() can call cdrom_end_request() twice.  The second call
    oopses because the first call destroyed the request.
    
    Fix it to only call cdrom_end_request() once.
    
    Jens has acked this change.
    30c633b8
ide-cd.c 100 KB