Re: [PATCH] HID: nintendo: fix unused const warning
From: Silvan Jegen <hidden>
Date: 2022-05-29 19:15:37
From: Silvan Jegen <hidden>
Date: 2022-05-29 19:15:37
"Daniel J. Ogorchock" [off-list ref] wrote:
JC_RUMBLE_ZERO_AMP_PKT_CNT is only used when force feedback support in the driver is enabled. Place the declaration in the CONFIG_NINTENDO_FF ifdef to avoid a warning when compiling without rumble support. Signed-off-by: Daniel J. Ogorchock <djogorchock@gmail.com> ---
LGTM! Reviewed-by: Silvan Jegen <redacted>
[...]