Commit d952f5c0 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez Committed by Federico Vaga

bus: Fixed the missed NULL delimiter in the attribute list.

Signed-off-by: Miguel Jimenez Lopez's avatarMiguel Jimenez Lopez <klyone@ugr.es>
Acked-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 2a5f4220
......@@ -80,6 +80,7 @@ static struct attribute *zio_bus_def_attrs[] = {
&def_bus_attrs[ZIO_DAN_BUS_VERSION].attr,
&def_bus_attrs[ZIO_DAN_BUS_TRIGGERS].attr,
&def_bus_attrs[ZIO_DAN_BUS_BUFFERS].attr,
NULL,
};
ATTRIBUTE_GROUPS(zio_bus_def);
......
Markdown is supported
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