Re: [PATCH v2] bus/auxiliary: prevent device from being probed again

2022-11-14 Thread David Marchand
On Wed, Nov 9, 2022 at 3:54 PM Bing Zhao wrote: > > The device on auxiliary bus doesn't support being probed again > without being removed firstly. The PMD will detect and return error > for this unsupported operation. Some of the resources would be > cleared wrongly. When quitting, there will be

[PATCH v2] bus/auxiliary: prevent device from being probed again

2022-11-09 Thread Bing Zhao
The device on auxiliary bus doesn't support being probed again without being removed firstly. The PMD will detect and return error for this unsupported operation. Some of the resources would be cleared wrongly. When quitting, there will be unexpected error like crash. To prevent this, the device d