]> git.baikalelectronics.ru Git - kernel.git/commit
net/ehea: use consistant type
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Jan 2009 18:47:16 +0000 (10:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2009 18:47:16 +0000 (10:47 -0800)
commit632bfe47eed86ab12ec8502881264c30bffb1bb1
treeb13caf95250de15cd53ad0ce86c74217bfb18e0e
parentc979c905af876c61edd583e86c1e3c7f047c0427
net/ehea: use consistant type

ehea_plpar_hcall9() takes an "unsigned long" array to return its results,
so change the arrays we pass to it to match.  This is currently only
64 bit code, so the transformation is actually a noop, but because
ehea_plpar_hcall9() copies the values of registers into the array,
if this was ported to a 32 bit hypervisor interface "unsigned long"
would probably still be the correct type.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ehea/ehea_phyp.c