On 4/18/24 23:54, Jonathan Cameron wrote:
Precursor patch adds the ability to pass a uintptr_t of flags into acpi_scan_check_and detach() so that additional flags can be added to indicate whether to defer portions of the eject flow. The new flag follows in the next patch. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> --- v7: No change v6: Based on internal feedback switch to less invasive change to using flags rather than a struct. --- drivers/acpi/scan.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-)
Reviewed-by: Gavin Shan <gshan@xxxxxxxxxx>