From: Amos Kong Date: Thu, 5 Jun 2014 03:01:22 +0000 (+0800) Subject: hplance: fix ram size in comment X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c8dbb6524c92f28ea56a09ce3960b435d8ed92;p=pandora-kernel.git hplance: fix ram size in comment drivers/net/ethernet/amd/hplance.h: #define HPLANCE_MEMOFF 0x8000 /* struct lance_init_block */ #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */ The offset of RAM start is 0x8000, the offset of RAM end is 0xC008, so the RAM size is 16392 bytes. Signed-off-by: Amos Kong Signed-off-by: David S. Miller --- Reading git-diff-tree failed