1. 03 4月, 2013 17 次提交
  2. 02 4月, 2013 21 次提交
  3. 27 3月, 2013 2 次提交
    • F
      usb: musb: ux500_dma: fix sparse warning · 6b0cfc65
      Felipe Balbi 提交于
      fix the following sparse warning:
      
      drivers/usb/musb/ux500_dma.c:60:6: warning: symbol 'ux500_dma_callback' was not declared. Should it be static?
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      6b0cfc65
    • F
      usb: gadget: mv_u3d: fix sparse warnings · 6fbb2f7d
      Felipe Balbi 提交于
      fix the following sparse warnings:
      
      drivers/usb/gadget/mv_u3d_core.c:223:20: warning: context imbalance in 'mv_u3d_done' - unexpected unlock
      drivers/usb/gadget/mv_u3d_core.c:1562:25: warning: context imbalance in 'mv_u3d_handle_setup_packet' - unexpected unlock
      
      Note that the non-trivial sparse warnings
      are left out of this commit due to lack of
      HW to test:
      
      drivers/usb/gadget/mv_u3d_core.c:906:42: warning: incorrect type in argument 2 (different address spaces)
      drivers/usb/gadget/mv_u3d_core.c:906:42:    expected void [noderef] <asn:2>*<noident>
      drivers/usb/gadget/mv_u3d_core.c:906:42:    got unsigned int *<noident>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      6fbb2f7d