Geert Uytterhoeven 1d0c06513b block/ps3vram: Use %llu to format sector_t after LBDAF removal
The removal of CONFIG_LBDAF changed the type of sector_t from "unsigned
long" to "u64" aka "unsigned long long" on 64-bit platforms, leading to
a compiler warning regression:

    drivers/block/ps3vram.c: In function ‘ps3vram_probe’:
    drivers/block/ps3vram.c:770:23: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘sector_t {aka long long unsigned int}’ [-Wformat=]

Fix this by using "%llu" instead.

Fixes: 72deb455b5ec619f ("block: remove CONFIG_LBDAF")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-06-13 03:17:50 -06:00
..
2019-04-22 09:47:36 -06:00
2018-10-17 09:42:30 -06:00
2018-10-17 09:42:30 -06:00
2017-02-20 12:16:15 +01:00
2019-05-07 19:43:04 +02:00
2019-02-15 08:40:12 -07:00
2017-08-18 08:45:29 -06:00
2018-11-09 08:14:14 -07:00
2019-04-22 09:47:36 -06:00
2018-10-26 14:36:21 -07:00