]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: staging: cxd2099: Removed useless printing in cxd2099 driver
authorRalph Metzler <rjkm@metzlerbros.de>
Sun, 25 Jun 2017 21:37:09 +0000 (18:37 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 26 Jun 2017 11:18:28 +0000 (08:18 -0300)
commit6475483734d86f88848fcd61db3d4c35123abcba
tree4a6c3341bbf431ce4d5b8ac53e4d37d1afb03ffc
parentdd3c5d0086e0285ba5f1fc4ce3abde0f5a4092bc
media: staging: cxd2099: Removed useless printing in cxd2099 driver

campoll and read_data are called very often and the printouts are very
annoying and make the driver unusable. They seem to be left over from
developing the buffer mode.

Original code change by Ralph Metzler, modified by Jasmin Jessich to
match current Kernel code.

Signed-off-by: Ralph Metzler <rjkm@metzlerbros.de>
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/cxd2099/cxd2099.c