media: bcm2835-unicam: Avoid gcc warning over {0} on endpoint
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 26 Jun 2020 14:53:44 +0000 (15:53 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:01 +0000 (11:33 +0000)
commit89dc967432716abd3158125650643148c0a5446c
tree1c00fd6c345aa12f7a6549afcf384a69b796b0fe
parentd8ec6218088f127c024633dd3310d07ad2577848
media: bcm2835-unicam: Avoid gcc warning over {0} on endpoint

Older gcc versions object to = { 0 } initialisation if the first
elemtn in the structure is a substructure.

Use = { } to avoid this compiler warning.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/platform/bcm2835/bcm2835-unicam.c