Re: [PATCH v2] Remove extra device acquisition method of i2c client in lt9611 driver

2022-01-17 Thread Zhiming Liu
Hi Robert, Sure, i have sent the v3 of this patch. So thankful for your guidance! Best Regards Zhiming Robert Foss 于2022年1月17日周一 23:23写道: > Hey Zhiming, > > Again, I think the code is good, but let's fix some small stuff with > the patch submission and then I'll happily apply this. > > On

Re: [PATCH v2] Remove extra device acquisition method of i2c client in lt9611 driver

2022-01-17 Thread Robert Foss
Hey Zhiming, Again, I think the code is good, but let's fix some small stuff with the patch submission and then I'll happily apply this. On Thu, 13 Jan 2022 at 13:52, Zhiming Liu wrote: > > Signed-off-by: Zhiming Liu The tags like Signed-off-by come after the body of the commit message. > >

[PATCH v2] Remove extra device acquisition method of i2c client in lt9611 driver

2022-01-14 Thread Zhiming Liu
Signed-off-by: Zhiming Liu bridge : drm : Remove extra device acquisition method of i2c client in lt9611 driver. We have get the device of i2c client in probe function.So we should remove extra device acquisition method of i2c client. --- drivers/gpu/drm/bridge/lontium-lt9611.c| 4 ++--