Emil Goode 867e116206 bcache: Fix incompatible pointer type warning
The function pointer release in struct block_device_operations
should point to functions declared as void.

Sparse warnings:

drivers/md/bcache/super.c:656:27: warning:
	incorrect type in initializer (different base types)
	drivers/md/bcache/super.c:656:27:
	expected void ( *release )( ... )
	drivers/md/bcache/super.c:656:27:
	got int ( static [toplevel] *<noident> )( ... )

drivers/md/bcache/super.c:656:2: warning:
	initialization from incompatible pointer type [enabled by default]

drivers/md/bcache/super.c:656:2: warning:
	(near initialization for ‘bcache_ops.release’) [enabled by default]

Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Kent Overstreet <koverstreet@google.com>
2013-05-15 00:42:50 -07:00
..
2013-04-30 19:14:40 -07:00
2013-03-23 16:11:31 -07:00
2013-04-30 19:14:40 -07:00
2013-03-23 16:11:31 -07:00
2013-03-25 19:36:39 -06:00
2013-03-25 13:06:13 -06:00
2013-03-23 16:11:31 -07:00
2013-04-08 13:33:48 -07:00
2013-03-23 16:11:31 -07:00
2013-03-23 16:11:31 -07:00
2013-03-23 16:11:31 -07:00
2013-03-23 16:11:31 -07:00
2013-03-25 13:06:13 -06:00
2013-03-23 16:11:31 -07:00
2013-03-23 16:11:31 -07:00
2013-04-08 13:33:49 -07:00