mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
There is no useful return value from dev_close. All paths return 0. Change dev_close and helper functions to void. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>