]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
aoe: mac_addr: avoid 64-bit arch compiler warnings
authorEd L. Cashin <ecashin@coraid.com>
Fri, 8 Feb 2008 12:20:01 +0000 (04:20 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:31 +0000 (09:22 -0800)
commit1eb0da4cea28ae8f1bbe61822a2cc04e6d074e03
tree5f5e63711244ee845fe1bfb4faf1116605d0e053
parent68e0d42f39d85b334d3867a4e5fc2e0e775c1a6c
aoe: mac_addr: avoid 64-bit arch compiler warnings

By returning unsigned long long, mac_addr does not generate compiler warnings
on 64-bit architectures.

Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoe.h
drivers/block/aoe/aoeblk.c
drivers/block/aoe/aoecmd.c
drivers/block/aoe/aoenet.c