Skip to content
Commit 7cf96039 authored by Dave Stevenson's avatar Dave Stevenson Committed by Phil Elwell
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 7dcfcbc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment