2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 10:13:58 +08:00
linux-next/drivers/staging/media
Colin Ian King 57a975565c media: staging: rkisp1: rsz: make const array static, makes object smaller
Don't populate the const array dev_names on the stack but instead it
static. Makes the object code smaller by 15 bytes.

Before:
   text	   data	    bss	    dec	    hex	filename
  17091	   2648	     64	  19803	   4d5b	media/rkisp1/rkisp1-resizer.o

After:
   text	   data	    bss	    dec	    hex	filename
  17012	   2712	     64	  19788	   4d4c	media/rkisp1/rkisp1-resizer.o

(gcc version 10.2.0)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-11-16 10:31:10 +01:00
..
allegro-dvt media: allegro: fix potential null dereference on header 2020-08-06 11:28:04 +02:00
atomisp pci-v5.10-changes 2020-10-22 12:41:00 -07:00
hantro Linux 5.9-rc4 2020-09-07 16:13:06 +02:00
imx media: staging: media: imx: remove unnecessary variable use 2020-11-16 10:31:10 +01:00
ipu3 media: ipu3-imgu: Fixed some coding style issues in ipu3-css.c 2020-09-22 10:09:27 +02:00
meson/vdec media: staging/media: drop vb2_queue_release() 2020-08-28 15:06:17 +02:00
omap4iss media: omap: Replace HTTP links with HTTPS ones 2020-09-01 14:13:27 +02:00
rkisp1 media: staging: rkisp1: rsz: make const array static, makes object smaller 2020-11-16 10:31:10 +01:00
rkvdec media: rkvdec: Remove redundant platform_get_irq error message 2020-11-16 10:31:08 +01:00
sunxi dma-mapping updates for 5.10 2020-10-15 14:43:29 -07:00
tegra-vde Staging / IIO driver updates for 5.10-rc1 2020-10-15 09:46:23 -07:00
tegra-video media: tegra-video: Fix compilation warning of unused variable 2020-09-26 10:24:29 +02:00
zoran media: zoran: fix spelling mistake and make error message more meaningful 2020-11-16 10:31:07 +01:00
Kconfig USB/PHY/Thunderbolt driver patches for 5.10-rc1 2020-10-15 09:51:18 -07:00
Makefile USB/PHY/Thunderbolt driver patches for 5.10-rc1 2020-10-15 09:51:18 -07:00