staging: kpc2000: Use '%llx' for printing 'long long int' type
authorFabio Estevam <festevam@gmail.com>
Wed, 5 Jun 2019 21:54:21 +0000 (18:54 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 13:03:34 +0000 (15:03 +0200)
commit89a237aa84c7047cafba99f5dc81983ed0c40704
tree75763b322e128f4cbbd0a1998954e5f5f1ccd6ec
parent7942b209ade7c0671a228e4b9b7519d4c79c6e71
staging: kpc2000: Use '%llx' for printing 'long long int' type

In order to print a 'long long int' type the 'llx' specifier needs to be
used.

Change it accordingly in order to fix the following build warning:

drivers/staging/kpc2000/kpc2000/core.c:245:4: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'long long int' [-Wformat=]

Reported-by: Build bot for Mark Brown <broonie@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000/core.c
drivers/staging/kpc2000/kpc2000/pcie.h