From: Daniel Borkmann Date: Wed, 24 Oct 2012 13:27:24 +0000 (+0200) Subject: packet: minor: remove unused err assignment X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~574 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342567ccf088a6c4777ef352f559fe46aaeb047e;p=pandora-kernel.git packet: minor: remove unused err assignment This tiny patch removes two unused err assignments. In those two cases the err variable is either overwritten with another value at a later point in time without having read the previous assigment, or it is assigned and the function returns without using/reading err after the assignment. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed