gianfar: Fix potential oops during OF address translation
authorAnton Vorontsov <avorontsov@mvista.com>
Fri, 23 Apr 2010 07:12:44 +0000 (07:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2010 23:20:25 +0000 (16:20 -0700)
commit7ce97d4f78b62e3af24cdd4df953d777e7efb2f6
tree00d6462333163e933875480371470975b45ad2e6
parent3b1fd3e55a39824e68bc8dd055d14892476e3671
gianfar: Fix potential oops during OF address translation

gianfar driver may pass NULL pointer to the of_translate_address(),
which may lead to a kernel oops. Fix this by using of_iomap(), which
is also much simpler and shorter.

Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/gianfar.c