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)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:13:13 +0000 (19:13 +0000)
commitcab0e746cd11d77d6ed47d283ae12214fdb7bf8b
tree3f460425ca4a5f39f76fbda445e55908acd69b4c
parentf285122e89ecb5dca58b920860a6a7641973ecfa
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