bnx2x: fix part of 32-bit build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Jul 2015 15:47:04 +0000 (17:47 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Aug 2015 15:39:11 +0000 (17:39 +0200)
commit87b1faa0e0de4c2612bb36cd271354410b4d6689
tree4a266f5de4385930516b831aa32a5a0824c9836b
parenta9b863582731f118669ed27e65485e901bcc9289
bnx2x: fix part of 32-bit build

Example of errors:
error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t
error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘unsigned int’

Only 2 files are fixed. The others errors are left as exercise to the authors.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/bnx2x/bnx2x.c
drivers/net/bnx2x/bnx2x.h