Re: [PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH

2018-02-06 Thread Enrico Mioso
media: cxusb, dib0700: ignore XC2028_I2C_FLUSH The XC2028_I2C_FLUSH only needs to be implemented on a few devices. Others can safely ignore it. That prevents filling the dmesg with lots of messages like: dib0700: stk7700ph_xc3028_callback: unknown command 2, arg 0 Reported-by: Enrico

Re: [PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH

2018-01-24 Thread Enrico Mioso
Carvalho Chehab , Mauro Carvalho Chehab , Linux Doc Mailing List , Michael Krufky , Sean Young , Hans Verkuil , Andrey Konovalov , Piotr Oleszczyk , Alexey Dobriyan Subject: [PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH The XC2028_I2C_FLUSH only needs to be

[PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH

2018-01-24 Thread Mauro Carvalho Chehab
The XC2028_I2C_FLUSH only needs to be implemented on a few devices. Others can safely ignore it. That prevents filling the dmesg with lots of messages like: dib0700: stk7700ph_xc3028_callback: unknown command 2, arg 0 Reported-by: Enrico Mioso Signed-off-by: Mauro Carvalho Chehab ---