Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
Before
331a6c8552f9, we returned zeros for unopened channels.
With
331a6c8552f9, we started to return random on-stack values.
We'd better return -EINVAL instead.
Fixes: 331a6c8552f9 ("hv: move ringbuffer bus attributes to dev_groups")
Cc: stable@vger.kernel.org
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>