diff options
author | Daniel Borkmann <dxchgb@gmail.com> | 2012-10-24 15:27:24 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-26 08:17:20 +0200 |
commit | 342567ccf088a6c4777ef352f559fe46aaeb047e (patch) | |
tree | f6093fee9ed4fabf34697c63693f04d951b977cf /Documentation/memory-devices | |
parent | r8169: enable ALDPS for power saving (diff) | |
download | linux-342567ccf088a6c4777ef352f559fe46aaeb047e.tar.xz linux-342567ccf088a6c4777ef352f559fe46aaeb047e.zip |
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 <daniel.borkmann@tik.ee.ethz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/memory-devices')
0 files changed, 0 insertions, 0 deletions