On Thu, Jan 05, 2023 at 10:51:23PM +0800, Dawei Li wrote: > Since commit fc7a6209d571 ("bus: Make remove callback return > void") forces bus_type::remove be void-returned, it doesn't > make much sense for any bus based driver implementing remove > callbalk to return non-void to its caller. > > As such, change the remove function for Hyper-V VMBus based > drivers to return void. > > Signed-off-by: Dawei Li <set_pte_at@xxxxxxxxxxx> Applied to hyperv-next. Thanks. Wei.