IB/ehca: Fix printk format warnings from u64 type change

Commit fe333321 ("powerpc: Change u64/s64 to a long long integer
type") changed u64 from unsigned long to unsigned long long, which
means that printk formats for printing u64 values should use "ll"
instead of "l" to avoid warnings.  Fix all the places affected by this
in ehca.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Stephen Rothwell
2009-01-16 14:55:28 -08:00
gecommit door Roland Dreier
bovenliggende e0b325d310
commit 3750f60557
12 gewijzigde bestanden met toevoegingen van 130 en 130 verwijderingen

Bestand weergeven

@@ -85,7 +85,7 @@ u64 ehca_define_sqp(struct ehca_shca *shca,
if (ret != H_SUCCESS) {
ehca_err(&shca->ib_device,
"Can't define AQP1 for port %x. h_ret=%li",
"Can't define AQP1 for port %x. h_ret=%lli",
port, ret);
return ret;
}