From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Felix Gu <ustc.gu@gmail.com>
Cc: Lixu Zhang <lixu.zhang@intel.com>,
Andi Shyti <andi.shyti@kernel.org>,
linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] i2c: ljca: drop redundant explicit adapter deletion
Date: Mon, 7 Sep 2026 11:40:10 +0300 [thread overview]
Message-ID: <ap54aks_RJrCsHlB@kekkonen.localdomain> (raw)
In-Reply-To: <20260905-ljca-v1-1-9109616ff1c6@gmail.com>
On Sat, Sep 05, 2026 at 09:25:15PM +0800, Felix Gu wrote:
> This driver uses devm_i2c_add_adapter(), so manual i2c_del_adapter()
> in remove() is unnecessary.
>
> Remove ljca_i2c_remove() along with the now unneeded
> auxiliary_setdrvdata().
>
> Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Thanks!
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
I think you should also have:
Fixes: bfd3824c8808 ("i2c: Add support for Intel LJCA USB I2C driver")
Cc: stable@vger.kernel.org
> ---
> drivers/i2c/busses/i2c-ljca.c | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-ljca.c b/drivers/i2c/busses/i2c-ljca.c
> index 93274f0c2d72..da3370968c8e 100644
> --- a/drivers/i2c/busses/i2c-ljca.c
> +++ b/drivers/i2c/busses/i2c-ljca.c
> @@ -297,7 +297,6 @@ static int ljca_i2c_probe(struct auxiliary_device *auxdev,
> device_set_node(&ljca_i2c->adap.dev, dev_fwnode(&auxdev->dev));
>
> i2c_set_adapdata(&ljca_i2c->adap, ljca_i2c);
> - auxiliary_set_drvdata(auxdev, ljca_i2c);
>
> ret = ljca_i2c_init(ljca_i2c, ljca_i2c->i2c_info->id);
> if (ret)
> @@ -315,13 +314,6 @@ static int ljca_i2c_probe(struct auxiliary_device *auxdev,
> return 0;
> }
>
> -static void ljca_i2c_remove(struct auxiliary_device *auxdev)
> -{
> - struct ljca_i2c_dev *ljca_i2c = auxiliary_get_drvdata(auxdev);
> -
> - i2c_del_adapter(&ljca_i2c->adap);
> -}
> -
> static const struct auxiliary_device_id ljca_i2c_id_table[] = {
> { "usb_ljca.ljca-i2c", 0 },
> { /* sentinel */ }
> @@ -330,7 +322,6 @@ MODULE_DEVICE_TABLE(auxiliary, ljca_i2c_id_table);
>
> static struct auxiliary_driver ljca_i2c_driver = {
> .probe = ljca_i2c_probe,
> - .remove = ljca_i2c_remove,
> .id_table = ljca_i2c_id_table,
> };
> module_auxiliary_driver(ljca_i2c_driver);
>
--
Kind regards,
Sakari Ailus
next prev parent reply other threads:[~2026-09-07 8:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-05 13:25 Felix Gu
2026-09-07 8:40 ` Sakari Ailus [this message]
2026-09-16 7:28 ` Andi Shyti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ap54aks_RJrCsHlB@kekkonen.localdomain \
--to=sakari.ailus@linux.intel.com \
--cc=andi.shyti@kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lixu.zhang@intel.com \
--cc=ustc.gu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®