Re: [PATCH 1/3] i2c: Revert incorrect conversion to use generic helper

2019-08-01 Thread Greg KH
On Thu, Aug 01, 2019 at 03:03:06PM +0100, Suzuki K Poulose wrote: > On 08/01/2019 02:54 PM, Greg KH wrote: > > On Thu, Aug 01, 2019 at 11:20:24AM +0100, Suzuki K Poulose wrote: > > > The patch "drivers: Introduce device lookup variants by ACPI_COMPANION > > > device" > > > converted an incorrect

Re: [PATCH 1/3] i2c: Revert incorrect conversion to use generic helper

2019-08-01 Thread Suzuki K Poulose
On 08/01/2019 02:54 PM, Greg KH wrote: On Thu, Aug 01, 2019 at 11:20:24AM +0100, Suzuki K Poulose wrote: The patch "drivers: Introduce device lookup variants by ACPI_COMPANION device" converted an incorrect instance in i2c driver to a new helper. Revert this change. Reported-by: Stephen

Re: [PATCH 1/3] i2c: Revert incorrect conversion to use generic helper

2019-08-01 Thread Greg KH
On Thu, Aug 01, 2019 at 11:20:24AM +0100, Suzuki K Poulose wrote: > The patch "drivers: Introduce device lookup variants by ACPI_COMPANION device" > converted an incorrect instance in i2c driver to a new helper. Revert this > change. > > Reported-by: Stephen Rothwell > Cc: Mika Westerberg > Cc:

[PATCH 1/3] i2c: Revert incorrect conversion to use generic helper

2019-08-01 Thread Suzuki K Poulose
The patch "drivers: Introduce device lookup variants by ACPI_COMPANION device" converted an incorrect instance in i2c driver to a new helper. Revert this change. Reported-by: Stephen Rothwell Cc: Mika Westerberg Cc: Wolfram Sang Cc: Greg Kroah-Hartman Signed-off-by: Suzuki K Poulose ---