kernel/drivers/usb/musb/cppi_dma.c
.. .. @@ -975,7 +975,7 @@ 975 975 musb_dbg(musb, "%cX DMA%d not allocated!", 976 976 cppi_ch->transmit ? 'T' : 'R', 977 977 cppi_ch->index); 978 - /* FALLTHROUGH */978 + fallthrough;979 979 case MUSB_DMA_STATUS_FREE: 980 980 break; 981 981 } .. .. @@ -1146,7 +1146,7 @@ 1146 1146 struct musb_hw_ep *hw_ep = NULL; 1147 1147 u32 rx, tx; 1148 1148 int i, index; 1149 - unsigned long uninitialized_var(flags);1149 + unsigned long flags;1150 1150 1151 1151 cppi = container_of(musb->dma_controller, struct cppi, controller); 1152 1152 if (cppi->irq)