]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: rtw89: debugfs: use debugfs_short_fops
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 22 Jan 2025 06:03:06 +0000 (14:03 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 3 Feb 2025 02:27:26 +0000 (10:27 +0800)
commitbdf874dc3c7639aace300cd8c5d24486b1a8ec7a
treeb243c043e2c6e6aa9ea8ba67713c030eada16e41
parent8fdf78f3cd5f87eced0c4f7eed7160a2ec31a008
wifi: rtw89: debugfs: use debugfs_short_fops

With this change, the object code size can reduce 768 bytes.

   text    data     bss     dec     hex filename
  77257    4262       4   81523   13e73 debug.o   (before)
  76489    4262       4   80755   13b73 debug.o   (after)

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250122060310.31976-7-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/debug.c