1. 15 1月, 2015 5 次提交
    • K
      usb: gadget: uvc: to_uvcg_control_header() can be static · f093a2d4
      kbuild test robot 提交于
      drivers/usb/gadget/function/uvc_configfs.c:46:28: sparse: symbol 'to_uvcg_control_header' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:138:25: sparse: symbol 'uvcg_control_header_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:164:6: sparse: symbol 'uvcg_control_header_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:721:20: sparse: symbol 'to_uvcg_format' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:798:30: sparse: symbol 'to_uvcg_streaming_header' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:950:25: sparse: symbol 'uvcg_streaming_header_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:976:6: sparse: symbol 'uvcg_streaming_header_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1020:19: sparse: symbol 'to_uvcg_frame' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1265:25: sparse: symbol 'uvcg_frame_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1315:6: sparse: symbol 'uvcg_frame_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1338:26: sparse: symbol 'to_uvcg_uncompressed' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1548:25: sparse: symbol 'uvcg_uncompressed_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1586:6: sparse: symbol 'uvcg_uncompressed_drop' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1610:19: sparse: symbol 'to_uvcg_mjpeg' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1761:25: sparse: symbol 'uvcg_mjpeg_type' was not declared. Should it be static?
      drivers/usb/gadget/function/uvc_configfs.c:1793:6: sparse: symbol 'uvcg_mjpeg_drop' was not declared. Should it be static?
      Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      f093a2d4
    • R
      tools: ffs-aio-example: use endpoint addresses from descriptors · 969678c0
      Robert Baldyga 提交于
      This makes examples more platform independent and more compatible with
      USB standard, as endpoint addresses in given interface may differ
      between hardware platforms or even between configurations in single
      USB device.
      Signed-off-by: NRobert Baldyga <r.baldyga@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      969678c0
    • R
      usb: gadget: net2280: Dont use 0 as NULL pointer · fc12c68b
      Ricardo Ribalda Delgado 提交于
      Fix sparse warning
      
      Fixes: cb442ee1 (usb: gadget: udc: net2280: Re-enable dynamic debug messages)
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: NRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      fc12c68b
    • P
      usb: gadget: u_uac1: fix one code style problem · c76abecc
      Peter Chen 提交于
      Fix one code style problem.
      Signed-off-by: NPeter Chen <peter.chen@freescale.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      c76abecc
    • P
      usb: gadget: uac1: struct gaudio is useless for struct f_uac1_opts · 3703cfe7
      Peter Chen 提交于
      Since we call gaudio_cleanup at f_audio_free, the f_uac1_opts
      doesn't need to use gaudio any more.
      Signed-off-by: NPeter Chen <peter.chen@freescale.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      3703cfe7
  2. 13 1月, 2015 35 次提交