ns_gige: Fix a missing curly brace in if-statement
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 27 Jan 2012 17:54:11 +0000 (12:54 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 27 Jan 2012 17:54:11 +0000 (12:54 -0500)
commit4acca8a0536d4445ed25b67edf571ae460446ab9
treedf3b2dd5345fed748f661582e07f9325b78d0b44
parent38ee552798ff2fe987e24a2e070edb96c9d486af
ns_gige: Fix a missing curly brace in if-statement

This patch adds a missing curly brace when clearing and setting the
appropriate bits in the ns_gige.cc code.

This commit is not based on any runtime bug experienced, but rather
inspection of the code.
src/dev/ns_gige.cc