diff options
-rw-r--r-- | sbull/sbull.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbull/sbull.c b/sbull/sbull.c index 922145f..503adb8 100644 --- a/sbull/sbull.c +++ b/sbull/sbull.c @@ -191,7 +191,6 @@ static void sbull_make_request(struct request_queue *q, struct bio *bio) status = sbull_xfer_bio(dev, bio); bio_endio(bio, status); - return 0; } |