kernel: Fix some void functions returning the results of void functions.
authorSascha Wildner <saw@online.de>
Sat, 31 Aug 2013 07:56:00 +0000 (09:56 +0200)
committerSascha Wildner <saw@online.de>
Sat, 31 Aug 2013 08:03:13 +0000 (10:03 +0200)
commitd63cf9941d2a18200388107ed8db010f572a492b
treeb7ed42f0be51aed8da6212a2b9141218d36f7f2a
parent4e42da3095af46c6384ec38f917611cd2954c045
kernel: Fix some void functions returning the results of void functions.

It was found with -pedantic, since -Wreturn-type will not warn about this
as long as the calling function has a return type of void, too.
sys/dev/agp/agp_i810.c
sys/dev/misc/gpio/gpio.c
sys/emulation/ndis/subr_ndis.c
sys/kern/kern_memio.c
sys/net/bpf.c