1. 08 6月, 2013 3 次提交
  2. 07 6月, 2013 10 次提交
  3. 05 6月, 2013 25 次提交
  4. 03 6月, 2013 2 次提交
    • M
      net: can: peak_usb: Do not do dma on the stack · f14e2243
      Marc Kleine-Budde 提交于
      smatch reports the following warnings:
      drivers/net/can/usb/peak_usb/pcan_usb_pro.c:514 pcan_usb_pro_drv_loaded() error: doing dma on the stack (buffer)
      drivers/net/can/usb/peak_usb/pcan_usb_pro.c:878 pcan_usb_pro_init() error: doing dma on the stack (&fi)
      drivers/net/can/usb/peak_usb/pcan_usb_pro.c:889 pcan_usb_pro_init() error: doing dma on the stack (&bi)
      
      See "Documentation/DMA-API-HOWTO.txt" section "What memory is DMA'able?"
      
      Cc: Stephane Grosjean <s.grosjean@peak-system.com>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      f14e2243
    • O
      net: can: esd_usb2: Do not do dma on the stack · fae37f81
      Olivier Sobrie 提交于
      smatch reports the following warnings:
      drivers/net/can/usb/esd_usb2.c:640 esd_usb2_start() error: doing dma on the stack (&msg)
      drivers/net/can/usb/esd_usb2.c:846 esd_usb2_close() error: doing dma on the stack (&msg)
      drivers/net/can/usb/esd_usb2.c:855 esd_usb2_close() error: doing dma on the stack (&msg)
      drivers/net/can/usb/esd_usb2.c:923 esd_usb2_set_bittiming() error: doing dma on the stack (&msg)
      drivers/net/can/usb/esd_usb2.c:1047 esd_usb2_probe() error: doing dma on the stack (&msg)
      drivers/net/can/usb/esd_usb2.c:1053 esd_usb2_probe() error: doing dma on the stack (&msg)
      
      See "Documentation/DMA-API-HOWTO.txt" section "What memory is DMA'able?"
      Signed-off-by: NOlivier Sobrie <olivier@sobrie.be>
      Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      fae37f81