3c505: do not set pcb->data.raw beyond its size
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 13 Feb 2009 00:52:31 +0000 (16:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:52:31 +0000 (16:52 -0800)
Ensure that we do not set pcb->data.raw beyond its size, print an error message
and return false if we attempt to. A timout message was printed one too early.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found