diff options
Diffstat (limited to 'sbull/sbull.c')
-rw-r--r-- | sbull/sbull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbull/sbull.c b/sbull/sbull.c index 0dc474e..922145f 100644 --- a/sbull/sbull.c +++ b/sbull/sbull.c @@ -184,7 +184,7 @@ static void sbull_full_request(struct request_queue *q) /* * The direct make request version. */ -static int sbull_make_request(struct request_queue *q, struct bio *bio) +static void sbull_make_request(struct request_queue *q, struct bio *bio) { struct sbull_dev *dev = q->queuedata; int status; |