Re: [PATCH] net/ehea: use consistent type
From: David Miller <davem@davemloft.net>
Date: 2008-12-31 05:50:59
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2008-12-31 05:50:59
Also in:
netdev
From: Stephen Rothwell <redacted> Date: Wed, 31 Dec 2008 14:17:30 +1100
ehea_plpar_hcall9() takes an unsigned long array, so pass that. This change will avoid some warnings when we change u64 to unsigned long long. Signed-off-by: Stephen Rothwell <redacted>
Patch rejected, for the same reasons as the other driver change. We're not going to poop up some drivers with the assumption that long is 64-bit. Thanks ;-)