[PATCH] ide-cd error handling oops fix
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.
Showing
Please register or sign in to comment