]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi:ssif: Remove dynamic platform device handing
authorCorey Minyard <cminyard@mvista.com>
Wed, 27 May 2020 23:25:56 +0000 (18:25 -0500)
committerCorey Minyard <cminyard@mvista.com>
Wed, 27 May 2020 23:25:56 +0000 (18:25 -0500)
commit92d8eb861c8ab4f11b18aa4e535fb21e7997fc13
treebf226b02c109ef70dd8c7e3d8249933da391ceb9
parent401acefff617dadc90ffb66be3e0c20becf5f566
ipmi:ssif: Remove dynamic platform device handing

Platform devices can only come in through the DMI interface, and that
will get done before initialization is complete.  Therefore there is no
reason to hande getting a device in new_ssif_client after
initialization.

Dynamic entries can still come in through the i2c interfaces, but that's
handled differently.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c