The patch titled drivers/net/ehea: remove unnecessary memset after kzalloc has been removed from the -mm tree. Its filename was drivers-net-ehea-remove-unnecessary-memset-after-kzalloc.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/net/ehea: remove unnecessary memset after kzalloc From: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Christoph Raisch <raisch@xxxxxxxxxx> Cc: Jan-Bernd Themann <themann@xxxxxxxxxx> Cc: Thomas Klein <tklein@xxxxxxxxxx> Cc: Christophe Jaillet <christophe.jaillet@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/ehea/ehea_main.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/net/ehea/ehea_main.c~drivers-net-ehea-remove-unnecessary-memset-after-kzalloc drivers/net/ehea/ehea_main.c --- a/drivers/net/ehea/ehea_main.c~drivers-net-ehea-remove-unnecessary-memset-after-kzalloc +++ a/drivers/net/ehea/ehea_main.c @@ -2213,8 +2213,6 @@ static void ehea_vlan_rx_register(struct goto out; } - memset(cb1->vlan_filter, 0, sizeof(cb1->vlan_filter)); - hret = ehea_h_modify_ehea_port(adapter->handle, port->logical_port_id, H_PORT_CB1, H_PORT_CB1_ALL, cb1); if (hret != H_SUCCESS) _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are linux-next.patch drivers-base-driverc-remove-unused-to_dev-macro.patch git-net.patch git-unionfs.patch asic3-platform_get_irq-may-return-signed-unnoticed.patch efirtc-push-down-the-bkl.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html