From f14fe8a848cd67dfdb9a959ff3e1fa259878bec3 Mon Sep 17 00:00:00 2001 From: Sabrina Dubroca Date: Sat, 18 Jan 2014 19:19:27 +0100 Subject: [PATCH] net: remove unnecessary initializations in net_dev_init softnet_data is already set to 0, no need to use memset or initialize specific fields to 0 or NULL afterwards. Signed-off-by: Sabrina Dubroca Signed-off-by: David S. Miller --- Reading git-format-patch failed