net/enc28j60: oops fix
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 6 Mar 2008 02:51:19 +0000 (18:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2008 02:51:19 +0000 (18:51 -0800)
Prevent oops on enc28j60 packet RX:  make sure buffers are aligned.
Not all architectures support unaligned accesses in kernel space.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Claudio Lanconelli <lanconelli.claudio@eptar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found