commit | 14158aa4510439c611759d57b74ac01ebcca0081 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jul 14 11:02:37 2021 -0500 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Wed Jul 14 11:02:37 2021 -0500 |
tree | 5f35e62b8c0c984fdb4874fc36cf41fe02f711a3 | |
parent | 479857a9bcc86e808216daae8ca1c9213b9e117a [diff] |
usb: gadget: fsl_qe_udc: Fix fall-through warning for Clang Fix the following fallthrough warning (powerpc-randconfig): drivers/usb/gadget/udc/fsl_qe_udc.c:589:4: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/lkml/60ef0750.I8J+C6KAtb0xVOAa%25lkp@intel.com/ Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>