Home
last modified time | relevance | path

Searched hist:fde04ab95d43e55959f12b92711b0ca4fed40637 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-dvb.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
/openbmc/linux/include/uapi/linux/dvb/
H A Ddmx.hdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_demux.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
H A Ddmxdev.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
H A Ddvb_net.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.cdiff fde04ab95d43e55959f12b92711b0ca4fed40637 Thu Apr 04 11:25:30 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] demux.h: Remove duplicated enum

"enum dmx_ts_pes" and "typedef enum dmx_pes_type_t" are just the
same enum declared twice, since Kernel (2.6.12). There's no reason
to duplicate it there, and sparse complains about that:
drivers/media/dvb-core/dmxdev.c:600:55: warning: mixing different enum types
So, remove the internal define, keeping just the external one.
Internally, use only "enum dmx_ts_pes", as it is too late to drop
dmx_pes_type_t from the userspace API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>