From a29c9c43bb633a9965909cd548879fee4aa789a4 Mon Sep 17 00:00:00 2001 From: David L Stevens Date: Wed, 1 Oct 2014 11:05:27 -0400 Subject: [PATCH] sunvnet: fix potential NULL pointer dereference One of the error cases for vnet_start_xmit()'s "out_dropped" label is port == NULL, so only mess with port->clean_timer when port is not NULL. Signed-off-by: David L Stevens Signed-off-by: David S. Miller --- Reading git-format-patch failed