xilinx_axienet: avoid useless self-assignment
commita1e64eb96cfa6b9ddf947487347e5a2ca139629f
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 30 Jul 2012 17:28:04 +0000 (30 17:28 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 9 Aug 2012 18:34:57 +0000 (9 18:34 +0000)
tree1376feb1b94968adbec1bfc296bdce9db83afef6
parent1846ec2c6a36894e61dfa9c566820239052fb28b
xilinx_axienet: avoid useless self-assignment

Statement s=s; makes little sense, remove it. Spotted by Clang
compiler.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/xilinx_axienet.c