]> git.baikalelectronics.ru Git - kernel.git/commit
tulip: remove wrapper around get_unaligned
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 28 May 2008 23:51:04 +0000 (16:51 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 28 Jun 2008 14:23:37 +0000 (10:23 -0400)
commitba504ffb45d316e1a89a28b0c83ba78fc5934da0
treea87b0778317663525b1e45b315bc6f643a556b4c
parent1d33ee3b26adf0a4f3e6e15cc05d1fd380ef264b
tulip: remove wrapper around get_unaligned

DE_UNALIGNED_16 is always being passed a u16 *, no need to have the
wrapper with two casts in it, just call get_unaligned directly.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/tulip/de2104x.c