From 444fa88ac35aa1bf9b7c23945444bc67f631033b Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 9 Sep 2013 14:11:54 -0400 Subject: [PATCH] net: tilegx driver: avoid compiler warning The "id" variable was being incremented in common code, but only initialized and used in IPv4 code. We move the increment to the IPv4 code too, and then legitimately use the uninitialized_var() macro to avoid the gcc 4.6 warning that 'id' may be used uninitialized. Note that gcc 4.7 does not warn. Signed-off-by: Chris Metcalf Signed-off-by: David S. Miller --- Reading git-format-patch failed