commit | a14b3c83ab435e0a06f83a2c519ad27baf805cba | [log] [tgz] |
---|---|---|
author | Barnabás Pőcze <pobrn@protonmail.com> | Wed Feb 03 21:54:16 2021 +0000 |
committer | Hans de Goede <hdegoede@redhat.com> | Thu Feb 04 10:20:01 2021 +0100 |
tree | 93eefd7ab6da1c6252bf968427d92b007116b0f7 | |
parent | 60accc011af0ff869875b1ded81cbd0948267f05 [diff] |
platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() call The driver core already sets the driver specific data on bind failure or removal. Thus the call is unnecessary. Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20210203215403.290792-2-pobrn@protonmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>