Files
linux/drivers
Geert Uytterhoeven 99654c9ffc mtd: dataflash: Use ULL suffix for 64-bit constants
[ Upstream commit cbdceb9b3e ]

With gcc 4.1.2 when compiling for 32-bit:

    drivers/mtd/devices/mtd_dataflash.c:736: warning: integer constant is too large for ‘long’ type
    drivers/mtd/devices/mtd_dataflash.c:737: warning: integer constant is too large for ‘long’ type

Add the missing "ULL" suffixes to fix this.

Fixes: 67e4145ebf ("mtd: dataflash: Add flash_info for AT45DB641E")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-24 13:09:04 +02:00
..
2018-07-22 14:28:43 +02:00
2018-07-03 11:24:56 +02:00
2018-08-17 21:01:11 +02:00
2018-06-16 09:45:14 +02:00
2018-08-24 13:08:56 +02:00
2018-08-09 12:16:38 +02:00
2018-08-22 07:46:11 +02:00
2018-01-17 09:45:27 +01:00
2018-07-25 11:25:10 +02:00
2018-08-24 13:08:56 +02:00
2018-08-24 13:08:55 +02:00