emc_endio returns void:
  linux/drivers/md/dm-emc.c: In function 'emc_endio':
  linux/drivers/md/dm-emc.c:58: warning: 'return' with a value, in function returning void

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Geert Uytterhoeven 2007-10-13 14:31:28 +02:00 коммит произвёл Linus Torvalds
Родитель e92042e5c0
Коммит 0dddfd46f0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -54,8 +54,6 @@ static void emc_endio(struct bio *bio, int error)
/* request is freed in block layer */
free_bio(bio);
return 0;
}
static struct bio *get_failover_bio(struct dm_path *path, unsigned data_size)