dev_close_many(), __dev_close_many() and __dev_close() do not need to return a
int, so make them return void, and modify __dev_change_flags() accordingly.
They may not need to return anything, but IMHO it is more logical to
keep the returned type identical to dev_close().
Bjørn