Hello. On 24-11-2011 15:02, Felipe Balbi wrote:
From: Sebastian Andrzej Siewior<bigeasy@xxxxxxxxxxxxx>
This patch avoids the compiler spitting out the following warning: |drivers/usb/dwc3/gadget.c:1304: warning: 'trb' is used uninitialized in this function This is only uninitialized if the list of to-cleanup TRBs is empty which should not be the case because we call this functions once a transfer completed so it should be on list. We return early in the which should
In the which? :-)
never happen so the warning vanishes.
Signed-off-by: Sebastian Andrzej Siewior<bigeasy@xxxxxxxxxxxxx> Signed-off-by: Felipe Balbi<balbi@xxxxxx>
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html