datapath: Remove shadowed 'err' variable.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Dec 2010 23:18:37 +0000 (15:18 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 28 Dec 2010 17:16:19 +0000 (09:16 -0800)
commit7f7439e31523643f48479325a250cc92f66b9fc8
tree167f66b87ef3fa25686196bac7d37691caa6dec1
parent8159b984dced44851670bd48e204b4e854941a24
datapath: Remove shadowed 'err' variable.

sparse reported that 'err' was declared in two different places in this
function.  This patch removes the inner one.  I verified that this didn't
affect correctness either way, so this is not a bug fix.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c