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

From: Dan Carpenter
Date: Mon Oct 01 2018 - 05:52:30 EST


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 reference the "previous
attempt" in the commit message. The previous attempt is gone so no one
will remember what you are talking about after tomorrow. This is how
you resend a patch.

Change the subject to:

Subject: [PATCH v3] Staging: media: replace deprecated probe method

>
> Signed-off-by: Andrey Abramov <st5pub@xxxxxxxxx>
> ---
> drivers/staging/media/bcm2048/radio-bcm2048.c | 5 ++---

Then right after the --- line put:

v3: fix commit message

That part of the commit message will be removed when we apply the patch.

regards,
dan carpenter