Home
last modified time | relevance | path

Searched hist:"918895 bf" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/fddi/skfp/
H A Decm.c918895bf Mon Nov 02 05:44:43 CST 2020 Lee Jones <lee.jones@linaro.org> net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not defined

When AIX_EVENT is not defined, the 'if' body will be empty, which
makes GCC complain. Place bracketing around the invocation to protect
it.

Fixes the following W=1 kernel build warning(s):

drivers/net/fddi/skfp/ecm.c: In function ‘ecm_fsm’:
drivers/net/fddi/skfp/ecm.c:153:29: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body]

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201102114512.1062724-2-lee.jones@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>