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, 1 Jul 2020 15:34:15 +0000 (16:34 +0100)
commitf97b0ad952be1b3ce37e1c2269b4a5be3419c8a7
tree42ea1f3bdd15f0a2a9afe12e4a227426f53c1d7d
parente9d11f970cd3587d17ab0d84f695777452a42c21
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