cifs: fix the type of cifs_demultiplex_thread()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Jun 2011 12:51:28 +0000 (08:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:43:39 +0000 (01:43 -0400)
... and get rid of a bogus typecast, while we are at it; it's not
just that we want a function returning int and not void, but cast
to pointer to function taking void * and returning void would be
(void (*)(void *)) and not (void *)(void *), TYVM...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found