atm: idt77105: fix fetch_stats() result
authorVasiliy Kulikov <segoon@openwall.com>
Sat, 22 Jan 2011 00:24:23 +0000 (16:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Jan 2011 00:24:23 +0000 (16:24 -0800)
commit2221eca0a2c0f7f9918efdcaa52fb8e1adff991f
tree84b5b7953ca47901c321def346ce56f6ebc5e5e6
parent9190b3b3208d052d98cb601fcc192f3f71a5658b
atm: idt77105: fix fetch_stats() result

copy_to_user() used PRIV(dev)->stats instead of local stats variable.
Zero stats were returned to user in case of (zero != 0), also memcpy()
was pointless.

Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/idt77105.c