Re: [PATCH] esp6: remove redundant initialization of esph

2017-10-23 Thread Steffen Klassert
On Thu, Oct 19, 2017 at 03:09:47PM +0200, Colin King wrote: > From: Colin Ian King > > The pointer esph is being initialized with a value that is never > read and then being updated. Remove the redundant initialization > and move the declaration and initializtion of esph to the local > code bloc

[PATCH] esp6: remove redundant initialization of esph

2017-10-19 Thread Colin King
From: Colin Ian King The pointer esph is being initialized with a value that is never read and then being updated. Remove the redundant initialization and move the declaration and initializtion of esph to the local code block. Cleans up clang warning: net/ipv6/esp6.c:562:21: warning: Value stor