Hello Igor,
>
> NIT: This module already imports `AlwaysRefCounted`, so please use the
> imported name instead of the full path for consistency.
>
> > fn inc_ref(&self) {
> > // SAFETY: The existence of a shared reference guarantees that
> > the refcount is non-zero.
> > unsafe { bindings::i2c_get_adapter(self.index()) };
>
> Thanks
> Igor
I apologize for the overlook. I was just focussing on changing the path.
I'll make the required changes and send a v2.
As this patch is part of a series, am I supposed to send all the patches with a
v2,
some have been acked by already, hence I had the question?
Thanks and regards,
Shankari