Re: [PATCH] Staging: media: replaced deprecated probe method

2018-10-01 Thread Dan Carpenter
On Mon, Oct 01, 2018 at 12:42:29PM +0300, Andrey Abramov wrote: > Replaced i2c_driver::probe with i2c_driver::probe_new, > because documentation says that probe method is "soon to be deprecated". > And fixed problems of the previous attempt. I'm sorry to complain again... Please, don't refe

[PATCH] Staging: media: replaced deprecated probe method

2018-10-01 Thread Andrey Abramov
Replaced i2c_driver::probe with i2c_driver::probe_new, because documentation says that probe method is "soon to be deprecated". And fixed problems of the previous attempt. Signed-off-by: Andrey Abramov --- drivers/staging/media/bcm2048/radio-bcm2048.c | 5 ++--- 1 file changed, 2 inserti

Re: [PATCH] Staging: media: replaced deprecated probe method

2018-09-30 Thread Dan Carpenter
On Sat, Sep 29, 2018 at 09:51:50PM +0300, Andrey Abramov wrote: > drivers/staging/media/bcm2048/radio-bcm2048.c replaced i2c_driver::probe with > i2c_driver::probe_new, because documentation says that i2c_driver::probe > "soon to be deprecated" > This needs to be line wrapped at 72 characters.

[PATCH] Staging: media: replaced deprecated probe method

2018-09-29 Thread Andrey Abramov
drivers/staging/media/bcm2048/radio-bcm2048.c replaced i2c_driver::probe with i2c_driver::probe_new, because documentation says that i2c_driver::probe "soon to be deprecated" Signed-off-by: Andrey Abramov --- drivers/staging/media/bcm2048/radio-bcm2048.c | 5 ++--- 1 file changed, 2 insertions