[PATCH] delete 2 unreachable statements in drivers/block/paride/pf.c
The last patch from Jens Axboe for drivers/block/paride/pf.c introduced pf_end_request() which sets pf_req to NULL. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a5a0d52c73
commit
3ccc7f293f
|
@ -807,10 +807,6 @@ static int pf_next_buf(void)
|
|||
return 1;
|
||||
spin_lock_irqsave(&pf_spin_lock, saved_flags);
|
||||
pf_end_request(1);
|
||||
if (pf_req) {
|
||||
pf_count = pf_req->current_nr_sectors;
|
||||
pf_buf = pf_req->buffer;
|
||||
}
|
||||
spin_unlock_irqrestore(&pf_spin_lock, saved_flags);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue