Re: [PATCH] i2c: xiic: Make suspend function names consistent

2018-03-17 Thread Wolfram Sang
On Sat, Mar 10, 2018 at 09:40:56AM -0800, Moritz Fischer wrote: > Suspend functions seem to have been copied from i2c-cadence driver. > Rename the functions to match the rest of the driver. > > Signed-off-by: Moritz Fischer Applied to for-next, thanks! signature.asc Description: PGP signature

[PATCH] i2c: xiic: Make suspend function names consistent

2018-03-10 Thread Moritz Fischer
Suspend functions seem to have been copied from i2c-cadence driver. Rename the functions to match the rest of the driver. Signed-off-by: Moritz Fischer --- drivers/i2c/busses/i2c-xiic.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/busses/i2c-xiic.c b/dr