commit | 4713eb7b580a269f827ea82f4c25bebae963e0e8 | [log] [tgz] |
---|---|---|
author | Kimberly Brown <kimbrownkd@gmail.com> | Thu Mar 14 16:05:07 2019 -0400 |
committer | Sasha Levin <sashal@kernel.org> | Wed Apr 10 18:58:56 2019 -0400 |
tree | 108df6352889bfa4b3407ff3a1ea14c30102ac31 | |
parent | fcedbb293ee4d67399a6c231c5e8b7ceecfac9bf [diff] |
Drivers: hv: vmbus: Set ring_info field to 0 and remove memset Set "ring_info->priv_read_index" to 0. Now, all of ring_info's fields are explicitly set in this function. The memset() call is no longer necessary, so remove it. Signed-off-by: Kimberly Brown <kimbrownkd@gmail.com> Reviewed-by: Michael Kelley <mikelley@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>