From 75a5851bdf495ac3fa84c3d42b2718943ade12d1 Mon Sep 17 00:00:00 2001 From: Luis Ortega Perez de Villar Date: Tue, 17 Sep 2013 17:37:18 +0200 Subject: sbull/sbull.c: sbull_make_request() should return void MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sbull/sbull.c:194:2: warning: ‘return’ with a value, in function returning void [enabled by default] --- sbull/sbull.c | 1 - 1 file changed, 1 deletion(-) 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; } -- cgit v1.2.1-18-gbd029