Re: [PATCH] media: atomisp-mt9m114: replace fixed function names

2020-07-28 Thread Juan Antonio Aldea-Armenteros
No I didn't intent to. I have sent another version. Thank you very much, Dan. Juan Antonio Aldea-Armenteros ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] media: atomisp-mt9m114: replace fixed function names

2020-07-27 Thread Dan Carpenter
On Sat, Jul 25, 2020 at 10:11:08AM +0200, Juan Antonio Aldea-Armenteros wrote: > There are a couple of debug messages using hardcoded function names > instead of the preferred __func__ magic constant. > > Replace them: > > WARNING: Prefer using '"%s...", __func__' to using 'misensor_rmw_reg', thi