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>
Tue, 11 Jan 2022 20:39:52 +0000 (15:39 -0500)
commitfd913240d898efeb00f2c4087c375d3ba6ff5326
treeaf339727dd6243f0e9ce0fbc085aa89ee7f1a69c
parent8cd778650ae223cd306588042b55d0290ef81037
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