commit | 2a556ce779e39b15cbb74e896ca640e86baeb1a1 | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Wed May 27 18:25:56 2020 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Wed May 27 18:25:56 2020 -0500 |
tree | bf226b02c109ef70dd8c7e3d8249933da391ceb9 | |
parent | e641abd3c7261741f295d41d80b213c20f127de2 [diff] |
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>