pxe: fix byte order of output from parse_dotquad()
authorH. Peter Anvin <hpa@zytor.com>
Tue, 20 Jul 2010 06:42:41 +0000 (23:42 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 20 Jul 2010 06:42:41 +0000 (23:42 -0700)
commit16834e092474b650ecd87bab2a6683a269b9f3ef
tree5920f7925f04083b5ddd3fe9f18412241ea0e426
parenta8ed766f8c4eea40906086228f10785745342694
pxe: fix byte order of output from parse_dotquad()

parse_dotquad() incorrectly returned output in host byte order.

Reported-by: Alexander Wuerstlein <arw@arw.name>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/pxe/pxe.c