IDT: Fix Build warnings on some 32bit architectures.
authorWang Haojun <jiangliuer01@gmail.com>
Wed, 3 Nov 2021 06:39:43 +0000 (14:39 +0800)
committerJon Mason <jdmason@kudzu.us>
Wed, 2 Feb 2022 22:34:28 +0000 (17:34 -0500)
commitafe1c85b354c6051761d80479262bd157cfc88f4
tree0dc6eef86685ca1c3e65f9eed400b4434157cd7e
parent9b818634f8e7e0bca3386a50b1fada7a49036408
IDT: Fix Build warnings on some 32bit architectures.

Building an allmodconfig mips kernel, the following build warning
shows up:

drivers/ntb/hw/idt/ntb_hw_idt.c: In function 'idt_scan_mws':
drivers/ntb/hw/idt/ntb_hw_idt.c:1116:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]

Signed-off-by: Wang Haojun <wanghaojun@loongson.cn>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/hw/idt/Makefile