Skip to content
Commit 46d26fc4 authored by Dave Stevenson's avatar Dave Stevenson Committed by Dom Cobley
Browse files

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: default avatarDave Stevenson <dave.stevenson@raspberrypi.com>
parent 46199020
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment