commit | a041e103d8571c6cde3ce646cfa2540af1f2a77a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Oct 27 12:34:10 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Oct 27 18:01:49 2012 -0200 |
tree | eb2a223e59fb226884cc132d1ba12d068d42a3b2 | |
parent | ada73eee1246768d5ec6f1e3b8882a5dd0456266 [diff] |
[media] cx23885-alsa: fix a false gcc warning at dprintk() 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 <mchehab@redhat.com>