Re: [PATCH v1 2/3] driver core: Update device link status properly for device_bind_driver()

2021-03-12 Thread Jon Hunter
On 02/03/2021 21:11, Saravana Kannan wrote: > Device link status was not getting updated correctly when > device_bind_driver() is called on a device. This causes a warning[1]. > Fix this by updating device links that can be updated and dropping > device links that can't be updated to a sensible s

[PATCH v1 2/3] driver core: Update device link status properly for device_bind_driver()

2021-03-02 Thread Saravana Kannan
Device link status was not getting updated correctly when device_bind_driver() is called on a device. This causes a warning[1]. Fix this by updating device links that can be updated and dropping device links that can't be updated to a sensible state. [1] - https://lore.kernel.org/lkml/56f7d032-ba