Acked-By: Mike Isely
On Sat, 27 Oct 2012, Mauro Carvalho Chehab wrote:
> drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:199:5: warning: no previous
> prototype for 'pvr2_s_std' [-Wmissing-prototypes]
> drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:368:5: warning: no previous
> prototype for 'pvr2_s_freq
On 10/27/2012 02:31 PM, Mark Brown wrote:
> On Thu, Oct 25, 2012 at 03:26:02PM -0700, Andrey Smirnov wrote:
>> On 10/25/2012 12:45 PM, Mark Brown wrote:
>>> This really makes little sense to me, why are you doing this? Does the
>>> device *really* layer a byte stream on top of I2C for sending mess
I can't get the cx88-alsa driver to produce anything but loud noise (white
noise
or pink noise) from my FusionHDTV 5 Gold card. This problem has been reported
on
this list and elsewhere, but seemingly with no resolution, despite a LOT of
RTFM
and Googling. I have tried a variety of tools and
On gcc, enums are generally unsigned, except if a negative value
is declared. Due to that, warnings may happen there:
drivers/media/dvb-frontends/cx22700.c:142:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
drivers/media/dvb-frontends/cx22700.c:155:2: warning: co
drivers/media/dvb-frontends/rtl2830.c:133:5: warning: no previous prototype for
'rtl2830_wr_reg_mask' [-Wmissing-prototypes]
drivers/media/dvb-frontends/rtl2830.c:153:5: warning: no previous prototype for
'rtl2830_rd_reg_mask' [-Wmissing-prototypes]
drivers/media/dvb-frontends/rtl2830.c:259:5: wa
"Brian J. Murrell" wrote:
>Hi,
>
>As I wrote about a number (3-4) of weeks ago, I am still having a
>problem with my HVR-1600 failing on multiple digital recordings. At
>the
>time I reported this previously, there was a question of whether my
>current version of MythTV was to blame.
>
>To that e
drivers/media/i2c/soc_camera/ov2640.c:899:32: warning: variable 'win' set but
not used [-Wunused-but-set-variable]
Cc: Guennadi Liakhovetski
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/i2c/soc_camera/ov2640.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/
drivers/media/i2c/cx25840/cx25840-core.c:2068:6: warning: no previous prototype
for 'cx23885_dif_setup' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/i2c/cx25840/cx25840-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:227:5: warning: no previous
prototype for 'dvb_usbv2_adapter_stream_init' [-Wmissing-prototypes]
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c:239:5: warning: no previous
prototype for 'dvb_usbv2_adapter_stream_exit' [-Wmissing-prototypes]
drivers/media/u
drivers/media/usb/dvb-usb-v2/anysee.c:1179:5: warning: 'tmp' may be used
uninitialized in this function [-Wmaybe-uninitialized]
Cc: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/dvb-usb-v2/anysee.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
drivers/media/rc/ene_ir.c:332:6: warning: no previous prototype for
'ene_rx_sense_carrier' [-Wmissing-prototypes]
Cc: Maxim Levitsky
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/rc/ene_ir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/ene_ir.c
Hi,
As I wrote about a number (3-4) of weeks ago, I am still having a
problem with my HVR-1600 failing on multiple digital recordings. At the
time I reported this previously, there was a question of whether my
current version of MythTV was to blame.
To that end, I updated my MythTV to the latest
On Thu, Oct 25, 2012 at 03:26:02PM -0700, Andrey Smirnov wrote:
> On 10/25/2012 12:45 PM, Mark Brown wrote:
> > This really makes little sense to me, why are you doing this? Does the
> > device *really* layer a byte stream on top of I2C for sending messages
> > that look like marshalled register
drivers/media/radio/wl128x/fmdrv_common.c:1619:47: warning: suggest braces
around empty body in an 'else' statement [-Wempty-body]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/radio/wl128x/fmdrv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/
drivers/media/radio/radio-isa.c:194:24: warning: no previous prototype for
'radio_isa_alloc' [-Wmissing-prototypes]
drivers/media/radio/radio-isa.c:210:5: warning: no previous prototype for
'radio_isa_common_probe' [-Wmissing-prototypes]
drivers/media/radio/radio-isa.c:290:5: warning: no previous
On 10/25/2012 02:42 PM, Sylwester Nawrocki wrote:
> Hi Laurent,
>
> On 10/25/2012 01:35 PM, Laurent Pinchart wrote:
>> On Thursday 25 October 2012 11:06:56 Sylwester Nawrocki wrote:
>>> Make sure there is no v4l2_device_unregister_subdev() call
>>> on a subdev which wasn't registered.
>>
>> I'm no
There are hundreds of messages like this one, when GSPCA debug is
disabled, when compiled with W=1:
drivers/media/usb/gspca/spca500.c:725:46: warning: suggest braces around empty
body in an 'if' statement [-Wempty-body]
Get rid of it, especially as it might actually cause troubles on
some places.
drivers/media/usb/pwc/pwc-if.c:158:23: warning: no previous prototype for
'pwc_get_next_fill_buf' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/pwc/pwc-if.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/pwc/pwc-if.c b/d
drivers/media/usb/tlg2300/pd-video.c:891:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
drivers/media/usb/tlg2300/pd-video.c:926:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Cc: Huang Shijie
Cc: Kang Yong
Cc: Zhang Xiaobin
The carrier detect return value is never used on nuvoton driver:
drivers/media/rc/nuvoton-cir.c: In function 'nvt_process_rx_ir_data':
drivers/media/rc/nuvoton-cir.c:623:6: warning: variable 'carrier' set but not
used [-Wunused-but-set-variable]
Also, this would be called only if a boolean variabl
drivers/media/dvb-frontends/rtl2832.c:268:5: warning: no previous prototype for
'rtl2832_rd_demod_reg' [-Wmissing-prototypes]
drivers/media/dvb-frontends/rtl2832.c:308:5: warning: no previous prototype for
'rtl2832_wr_demod_reg' [-Wmissing-prototypes]
drivers/media/dvb-frontends/rtl2832.c:513:5:
drivers/media/radio/wl128x/fmdrv_common.c:745:3: warning: comparison is always
false due to limited range of data type [-Wtype-limits]
drivers/media/radio/wl128x/fmdrv_rx.c:308:2: warning: comparison is always
false due to limited range of data type [-Wtype-limits]
Signed-off-by: Mauro Carvalho
drivers/media/usb/pwc/pwc-if.c: In function 'usb_pwc_probe':
drivers/media/usb/pwc/pwc-if.c:1003:16: warning: ignoring return value of
'vb2_queue_init', declared with attribute warn_unused_result [-Wunused-result]
In the past, it used to have a logic there at queue init that would
BUG() on errors.
drivers/media/usb/usbvision/usbvision-core.c:1749:2: warning: comparison of
unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/usbvision/usbvision.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/
drivers/media/radio/radio-sf16fmi.c:67:6: warning: no previous prototype for
'fmi_set_pins' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/radio/radio-sf16fmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/radio-sf16fmi.c
drivers/media/pci/cx23885/altera-ci.c:266:5: warning: no previous prototype for
'altera_ci_op_cam' [-Wmissing-prototypes]
drivers/media/pci/cx23885/altera-ci.c:301:5: warning: no previous prototype for
'altera_ci_read_attribute_mem' [-Wmissing-prototypes]
drivers/media/pci/cx23885/altera-ci.c:307
There are too many warnings at the media tree, making impossible
to know when a new patch is adding new warnings or not. Get
rid of all of them (with make allyesconfig, i386).
Individual patches got c/c to the driver MAINTAINERS, using
./scripts/get_maintainer.pl --no-git-fallback --no-l
drivers/media/dvb-frontends/stb0899_drv.c:1263:5: warning: no previous
prototype for 'stb0899_get_dev_id' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/stb0899_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/d
drivers/media/pci/cx88/cx88-mpeg.c: In function 'cx8802_mpeg_irq':
drivers/media/pci/cx88/cx88-mpeg.c:419:3: warning: comparison of unsigned
expression >= 0 is always true [-Wtype-limits]
drivers/media/pci/cx88/cx88-mpeg.c: In function 'cx8802_irq':
drivers/media/pci/cx88/cx88-mpeg.c:453:3: warnin
drivers/media/usb/cx231xx/cx231xx-avcore.c: In function 'cx231xx_capture_start':
drivers/media/usb/cx231xx/cx231xx-avcore.c:2637:3: warning: suggest braces
around empty body in an 'else' statement [-Wempty-body]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/cx231xx/cx231xx-avcore.c
drivers/media/rc/nuvoton-cir.c:1223:5: warning: no previous prototype for
'nvt_init' [-Wmissing-prototypes]
drivers/media/rc/nuvoton-cir.c:1228:6: warning: no previous prototype for
'nvt_exit' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/rc/nuvoton-cir.c | 4 ++
drivers/media/dvb-frontends/tda18271c2dd.c:1224:22: warning: no previous
prototype for 'tda18271c2dd_attach' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/tda18271c2dd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/dvb-frontends
drivers/media/usb/cx231xx/cx231xx-avcore.c:1071:5: warning: no previous
prototype for 'stopAudioFirmware' [-Wmissing-prototypes]
drivers/media/usb/cx231xx/cx231xx-avcore.c:1076:5: warning: no previous
prototype for 'restartAudioFirmware' [-Wmissing-prototypes]
drivers/media/usb/cx231xx/cx231xx-ca
drivers/media/usb/gspca/jeilinj.c: In function 'jlj_read1':
drivers/media/usb/gspca/jeilinj.c:117:66: warning: parameter 'response' set but
not used [-Wunused-but-set-parameter]
The code still doesn't make much sense, as response is never tested
there.
Cc: Hans de Goede
Signed-off-by: Mauro Carv
drivers/media/usb/dvb-usb/az6027.c:1054:5: warning: no previous prototype for
'az6027_identify_state' [-Wmissing-prototypes]
drivers/media/usb/dvb-usb/az6027.c:301:5: warning: no previous prototype for
'az6027_usb_in_op' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/m
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/v4l2-core/v4l2-common.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/media/v4l2-core/v4l2-common.c
b/drivers/media/v4l2-core/v4l2-common.c
index f995dd3..380ddd8 100644
--- a/drivers/media/v4l2-core/v4l2-comm
drivers/media/pci/meye/meye.c:1948:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/pci/meye/meye.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/pci/meye/meye.c b/drivers
get rid of a few warnings about empty body:
drivers/media/pci/ngene/ngene-core.c:756:3: warning: suggest braces around
empty body in an 'else' statement [-Wempty-body]
drivers/media/pci/ngene/ngene-cards.c:429:5: warning: suggest braces around
empty body in an 'if' statement [-Wempty-body]
Those
drivers/staging/media/dt3155v4l/dt3155v4l.c: In function 'dt3155_open':
drivers/staging/media/dt3155v4l/dt3155v4l.c:399:17: warning: ignoring return
value of 'vb2_queue_init', declared with attribute warn_unused_result
[-Wunused-result]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/staging/
drivers/media/dvb-core/dvb_frontend.c:1032:2: warning: initialized field
overwritten [-Woverride-init]
drivers/media/dvb-core/dvb_frontend.c:1032:2: warning: (near initialization for
'dtv_cmds[36]') [-Woverride-init]
drivers/media/dvb-core/dvb_frontend.c:1033:2: warning: initialized field
overwr
drivers/media/pci/ivtv/ivtv-alsa-main.c:208:5: warning: no previous prototype
for 'ivtv_alsa_load' [-Wmissing-prototypes]
drivers/media/pci/ivtv/ivtv-alsa-pcm.c:325:5: warning: no previous prototype
for 'snd_ivtv_pcm_create' [-Wmissing-prototypes]
drivers/media/pci/ivtv/ivtv-alsa-pcm.c:72:6: warn
drivers/media/pci/cx25821/cx25821-audio-upstream.c:136:5: warning: no previous
prototype for 'cx25821_risc_buffer_upstream_audio' [-Wmissing-prototypes]
drivers/media/pci/cx25821/cx25821-audio-upstream.c:200:6: warning: no previous
prototype for 'cx25821_free_memory_audio' [-Wmissing-prototypes]
drivers/media/platform/soc_camera/soc_camera.c:1051:8: warning: variable 'ret'
set but not used [-Wunused-but-set-variable]
Cc: Guennadi Liakhovetski
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/platform/soc_camera/soc_camera.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
drivers/media/rc/ite-cir.c:1711:5: warning: no previous prototype for
'ite_init' [-Wmissing-prototypes]
drivers/media/rc/ite-cir.c:1716:6: warning: no previous prototype for
'ite_exit' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/rc/ite-cir.c | 4 ++--
1 file c
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:199:5: warning: no previous prototype
for 'pvr2_s_std' [-Wmissing-prototypes]
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:368:5: warning: no previous prototype
for 'pvr2_s_frequency' [-Wmissing-prototypes]
Cc: Mike Isely
Signed-off-by: Mauro Carvalho Chehab
drivers/media/usb/em28xx/em28xx-cards.c:3309:2: warning: comparison of unsigned
expression >= 0 is always true [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/em28xx/em28xx-cards.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/e
drivers/media/pci/ivtv/ivtv-ioctl.c: In function 'ivtv_s_input':
drivers/media/pci/ivtv/ivtv-ioctl.c:996:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Cc: Andy Walls
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/pci/ivtv/ivtv-ioctl.c | 2 +-
1 file
drivers/media/usb/au0828/au0828-dvb.c:275:6: warning: variable 'ret' set but
not used [-Wunused-but-set-variable]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/au0828/au0828-dvb.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/media/usb/au0828/au08
drivers/media/pci/cx88/cx88.h:97:1: warning: 'inline' is not at beginning of
declaration [-Wold-style-declaration]
drivers/media/pci/cx88/cx88.h:103:1: warning: 'inline' is not at beginning of
declaration [-Wold-style-declaration]
drivers/media/pci/cx88/cx88-core.c:649:1: warning: 'inline' is not
drivers/media/dvb-frontends/drxk_hard.c:68:13: warning: 'IsA1WithPatchCode'
defined but not used [-Wunused-function]
drivers/media/dvb-frontends/drxk_hard.c:73:13: warning: 'IsA1WithRomCode'
defined but not used [-Wunused-function]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-fro
drivers/media/platform/m2m-deinterlace.c:229:15: warning: variable 'd_size' set
but not used [-Wunused-but-set-variable]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/platform/m2m-deinterlace.c | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/media
drivers/staging/media/go7007/go7007-v4l2.c: In function 'vidioc_qbuf':
drivers/staging/media/go7007/go7007-v4l2.c:815:2: warning: comparison of
unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/staging/media/go7007/go7007-v4l2.c | 2 +-
1 f
drivers/media/dvb-frontends/drxd_hard.c:1751:5: warning: no previous prototype
for 'SetOperationMode' [-Wmissing-prototypes]
drivers/media/dvb-frontends/drxd_hard.c:2615:5: warning: no previous prototype
for 'DRXD_init' [-Wmissing-prototypes]
drivers/media/dvb-frontends/drxd_hard.c:2777:5: warnin
drivers/media/usb/gspca/gspca.c: In function 'vidioc_querybuf':
drivers/media/usb/gspca/gspca.c:1590:6: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Cc: Hans de Goede
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/gspca/gspca.c | 3 +--
1 file chan
drivers/media/usb/dvb-usb/vp702x.c:70:5: warning: no previous prototype for
'vp702x_usb_out_op_unlocked' [-Wmissing-prototypes]
drivers/media/usb/dvb-usb/vp702x.c:89:5: warning: no previous prototype for
'vp702x_usb_out_op' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
driver
drivers/media/dvb-frontends/tda10071.c:119:5: warning: no previous prototype
for 'tda10071_rd_reg_mask' [-Wmissing-prototypes]
drivers/media/dvb-frontends/tda10071.c:99:5: warning: no previous prototype for
'tda10071_wr_reg_mask' [-Wmissing-prototypes]
Cc: Antti Palosaari
Signed-off-by: Mauro C
drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_pes_filter_set':
drivers/media/dvb-core/dmxdev.c:880:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-core/dmxdev.c | 2 +-
1 file changed, 1 inse
drivers/media/common/siano/smscoreapi.c:1095:26: warning: no previous prototype
for 'get_entry' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/siano/smscoreapi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/common/siano/
drivers/media/dvb-frontends/dib9000.h:100:5: warning: no previous prototype for
'dib9000_remove_slave_frontend' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/dib9000.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media
drivers/media/usb/s2255/s2255drv.c:1654:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/s2255/s2255drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/s2255/s2255
drivers/media/rc/fintek-cir.c:687:5: warning: no previous prototype for
'fintek_init' [-Wmissing-prototypes]
drivers/media/rc/fintek-cir.c:692:6: warning: no previous prototype for
'fintek_exit' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/rc/fintek-cir.c | 4 +
drivers/media/usb/zr364xx/zr364xx.c:1010:2: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
Cc: Antoine Jacquet
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/zr364xx/zr364xx.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/driv
drivers/media/tuners/tua9001.c:211:5: warning: 'ret' may be used uninitialized
in this function [-Wmaybe-uninitialized]
Cc: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/tuners/tua9001.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/pci/dm1105/dm1105.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/pci/dm1105/dm1105.c
b/drivers/media/pci/dm1105/dm1105.c
index a609b3a..d0dfa5d 100644
--- a/drivers/media/pci/dm1105/dm1105.c
+++ b/dri
drivers/media/pci/saa7134/saa7134-core.c:947:2: warning: comparison of unsigned
expression >= 0 is always true [-Wtype-limits]
drivers/media/pci/saa7164/saa7164-core.c:413:3: warning: comparison of unsigned
expression < 0 is always false [-Wtype-limits]
drivers/media/pci/saa7164/saa7164-core.c:48
drivers/media/pci/bt8xx/bttv-driver.c:308:3: warning: initialized field
overwritten [-Woverride-init]
drivers/media/pci/bt8xx/bttv-driver.c:308:3: warning: (near initialization for
'bttv_tvnorms[0].cropcap.bounds.height') [-Woverride-init]
drivers/media/pci/bt8xx/bttv-driver.c: In function 'bttv_
drivers/media/radio/radio-aimslab.c:85:6: warning: no previous prototype for
'rtrack_set_pins' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/radio/radio-aimslab.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/radio/radio-aimsla
drivers/media/pci/mantis/mantis_input.c:107:5: warning: no previous prototype
for 'mantis_input_init' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_input.c:153:5: warning: no previous prototype
for 'mantis_exit' [-Wmissing-prototypes]
drivers/media/pci/mantis/mantis_uart.c:64:5: warning:
drivers/media/dvb-frontends/stv0367.c:1267:25: warning: no previous prototype
for 'stv0367ter_lock_algo' [-Wmissing-prototypes]
drivers/media/dvb-frontends/stv0367.c:1531:5: warning: no previous prototype
for 'stv0367ter_init' [-Wmissing-prototypes]
drivers/media/dvb-frontends/stv0367.c:2381:21:
drivers/media/pci/saa7164/saa7164-api.c:1489:5: warning: no previous prototype
for 'saa7164_api_modify_gpio' [-Wmissing-prototypes]
drivers/media/pci/saa7164/saa7164-api.c:168:5: warning: no previous prototype
for 'saa7164_api_set_gop_size' [-Wmissing-prototypes]
drivers/media/pci/saa7164/saa7164
drivers/media/usb/dvb-usb-v2/lmedm04.c:802:13: warning: no previous prototype
for 'lme_firmware_switch' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/usb/dvb-usb-v2/lmedm04.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/dv
Change dprintk logic to avoid the following warning:
drivers/media/pci/cx23885/cx23885-alsa.c: In function 'cx23885_audio_register':
drivers/media/pci/cx23885/cx23885-alsa.c:515:2: warning: comparison of unsigned
expression >= 0 is always true [-Wtype-limits]
Signed-off-by: Mauro Carvalho Chehab
drivers/media/tuners/max2165.c:164:5: warning: no previous prototype for
'fixpt_div32' [-Wmissing-prototypes]
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/tuners/max2165.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/tuners/max2165.c b/drivers/medi
drivers/media/usb/au0828/au0828-cards.c:28:6: warning: no previous prototype
for 'hvr950q_cs5340_audio' [-Wmissing-prototypes]
drivers/media/usb/au0828/au0828-video.c:161:6: warning: no previous prototype
for 'au0828_uninit_isoc' [-Wmissing-prototypes]
drivers/media/usb/au0828/au0828-video.c:200:
drivers/media/pci/cx18/cx18-alsa-main.c:200:5: warning: no previous prototype
for 'cx18_alsa_load' [-Wmissing-prototypes]
drivers/media/pci/cx18/cx18-alsa-pcm.c:325:5: warning: no previous prototype
for 'snd_cx18_pcm_create' [-Wmissing-prototypes]
drivers/media/pci/cx18/cx18-alsa-pcm.c:72:6: warn
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Sat Oct 27 19:00:30 CEST 2012
git hash:c003ab1bedf028db15b0185b683d5c387204e8f5
gcc version: i686-linux-gcc (GC
Hi Mauro,
This patchset contains SMIA++ PLL support for parallel bus, more robust PLL
calculation and SMIA++ driver fixes and cleanups.
Please pull:
The following changes since commit 01aea0bfd8dfa8bc868df33904461984bb10a87a:
[media] i2c: adv7183: use module_i2c_driver to simplify the code (2
Hi Vaibhav,
On Friday 26 October 2012 09:13:20 Hiremath, Vaibhav wrote:
> On Thu, Oct 25, 2012 at 19:30:58, Valkeinen, Tomi wrote:
> > On 2012-03-09 10:03, Hiremath, Vaibhav wrote:
> > > On Fri, Mar 09, 2012 at 05:17:41, Laurent Pinchart wrote:
> > >> On Wednesday 07 March 2012 14:31:16 Archit Tan
Hello Mauro,
On 10/14/12 9:54 PM, Wojciech Myrda wrote:
> However I experienced a segfault trying to run this command:
> ir-keytable --protocol=rc-6 --device /dev/input/by-id/usb-15c2_0038-event-if00
> Trace I got in gdb:
> Program terminated with signal 11, Segmentation fault.
> #0 0x7fd1c6
Em Fri, 26 Oct 2012 12:15:41 +0200
Sylwester Nawrocki escreveu:
> On 10/25/2012 08:59 PM, Sylwester Nawrocki wrote:
> > On 10/25/2012 06:46 PM, Mauro Carvalho Chehab wrote:
> >> Em Thu, 25 Oct 2012 18:01:17 +0200
> >> Sylwester Nawrocki escreveu:
> >>
> >>> Hi Mauro,
> >>>
> >>> please pull foll
Em Thu, 25 Oct 2012 20:59:09 +0200
Sylwester Nawrocki escreveu:
> On 10/25/2012 06:46 PM, Mauro Carvalho Chehab wrote:
> > Em Thu, 25 Oct 2012 18:01:17 +0200
> > Sylwester Nawrocki escreveu:
> >
> >> Hi Mauro,
> >>
> >> please pull following fixes for v3.7-rc.
> >>
> >> The following changes si
Sekhar,
On Sat, Oct 27, 2012 at 2:14 PM, Sekhar Nori wrote:
> Hi Murali,
>
> On 10/26/2012 9:22 PM, Murali Karicheri wrote:
>> On 10/25/2012 09:12 AM, Prabhakar Lad wrote:
>>> Hi Murali,
>>>
>>> Thanks for the patch. I'll queue this patch for 3.8.
>> Please check with Sekhar as well. This is a
Hi Murali,
On 10/26/2012 9:22 PM, Murali Karicheri wrote:
> On 10/25/2012 09:12 AM, Prabhakar Lad wrote:
>> Hi Murali,
>>
>> Thanks for the patch. I'll queue this patch for 3.8.
> Please check with Sekhar as well. This is a preparation patch for common
> clk framework support. ALso fixes some bu
83 matches
Mail list logo