All of lore.kernel.org
 help / color / mirror / Atom feed
From: cgel.zte@gmail.com
To: andy.shevchenko@gmail.com
Cc: cgel.zte@gmail.com, chi.minghao@zte.com.cn,
	corentin.chary@gmail.com, hdegoede@redhat.com,
	linux-kernel@vger.kernel.org, markgross@kernel.org,
	platform-driver-x86@vger.kernel.org, zealci@zte.com.cn
Subject: [PATCH V2] samsung-laptop: use kobj_to_dev()
Date: Wed, 11 May 2022 02:15:22 +0000	[thread overview]
Message-ID: <20220511021522.1488373-1-chi.minghao@zte.com.cn> (raw)
In-Reply-To: <CAHp75Vc+G1JNkxBcpyXge9qsGpT0m4erBV1aEi4bMHDYfE-JOw@mail.gmail.com>

From: Minghao Chi <chi.minghao@zte.com.cn>

Use kobj_to_dev() instead of open-coding it.

Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
---
v1->v2:
	remove Reported-by: Zeal Robot <zealci@zte.com.cn>

 drivers/platform/x86/samsung-laptop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
index 19f6b456234f..c187dcdf82f0 100644
--- a/drivers/platform/x86/samsung-laptop.c
+++ b/drivers/platform/x86/samsung-laptop.c
@@ -1208,7 +1208,7 @@ static int __init samsung_backlight_init(struct samsung_laptop *samsung)
 static umode_t samsung_sysfs_is_visible(struct kobject *kobj,
 					struct attribute *attr, int idx)
 {
-	struct device *dev = container_of(kobj, struct device, kobj);
+	struct device *dev = kobj_to_dev(kobj);
 	struct samsung_laptop *samsung = dev_get_drvdata(dev);
 	bool ok = true;
 
-- 
2.25.1



  reply	other threads:[~2022-05-11  2:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 10:50 [PATCH] samsung-laptop: use kobj_to_dev() cgel.zte
2022-05-10 12:13 ` Andy Shevchenko
2022-05-11  2:15   ` cgel.zte [this message]
2022-05-11  9:17     ` [PATCH V2] " Andy Shevchenko
2022-05-11 16:03     ` Hans de Goede

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=20220511021522.1488373-1-chi.minghao@zte.com.cn \
    --to=cgel.zte@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=chi.minghao@zte.com.cn \
    --cc=corentin.chary@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=markgross@kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=zealci@zte.com.cn \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.