From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753125AbdDKJnH (ORCPT ); Tue, 11 Apr 2017 05:43:07 -0400 Received: from mga02.intel.com ([134.134.136.20]:4586 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbdDKJnF (ORCPT ); Tue, 11 Apr 2017 05:43:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,185,1488873600"; d="scan'208";a="954688792" Date: Tue, 11 Apr 2017 12:36:28 +0300 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Linux ACPI , LKML Subject: Re: [PATCH] ACPI / scan: Set the visited flag for all enumerated devices Message-ID: <20170411093628.GT2957@lahna.fi.intel.com> References: <1749017.AgSQtRUy3j@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1749017.AgSQtRUy3j@aspire.rjw.lan> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2017 at 12:23:42AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Commit 10c7e20b2ff3 (ACPI / scan: fix enumeration (visited) flags for > bus rescans) attempted to fix a problem with ACPI-based enumerateion > of I2C/SPI devices, but it forgot to ensure that the visited flag > will be set for all of the other enumerated devices, so fix that. > > Fixes: 10c7e20b2ff3 (ACPI / scan: fix enumeration (visited) flags for bus rescans) > Signed-off-by: Rafael J. Wysocki Reviewed-by: Mika Westerberg