]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: ioatdma: Squelch framesize warnings
authorTim Gardner <tim.gardner@canonical.com>
Fri, 8 Jan 2016 21:48:17 +0000 (14:48 -0700)
committerVinod Koul <vinod.koul@intel.com>
Mon, 25 Jan 2016 04:19:55 +0000 (09:49 +0530)
commit8319f84adb49b5c6d69bbce86442e26c2277376f
tree7ef8fea87b4c62b0c4fd2b54ab51bc06b5ca8508
parent94901e1b24496f04bd59176b7f87406e71505e27
dmaengine: ioatdma: Squelch framesize warnings

  CC [M]  drivers/dma/ioat/prep.o
drivers/dma/ioat/prep.c: In function 'ioat_prep_pqxor':
drivers/dma/ioat/prep.c:682:1: warning: the frame size of 1048 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 }
 ^
drivers/dma/ioat/prep.c: In function 'ioat_prep_pqxor_val':
drivers/dma/ioat/prep.c:714:1: warning: the frame size of 1048 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 }

gcc version 5.3.1 20151219 (Ubuntu 5.3.1-4ubuntu1)

Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Nicholas Mc Guire <der.herr@hofr.at>
Cc: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ioat/prep.c