Message ID | aDnYz2PB_euziA01@shikoro |
---|---|
State | New |
Headers | show |
Series | [PULL,REQUEST] i2c-for-6.16-rc1 | expand |
On Fri, 30 May 2025 at 09:12, Wolfram Sang <wsa@kernel.org> wrote: > > this pull-request will have a merge conflict with the media-tree. You > can find a resolution from the author of the I2C changes here [1]. The > diff there is mangled, sadly. I already asked for a better version. Hope > it arrived when you process this request. Oh, that resolution was wrong in other ways than just being mangled. That mutex_destroy(&rxport->aliased_addrs_lock); is wrong - it needs to be "mutex_destroy(&it.export..." Linus
The pull request you sent on Fri, 30 May 2025 18:11:59 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.16-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/883e3c9f40814377a239ca0becbcc77deab5ffe5
Thank you!
> That > > mutex_destroy(&rxport->aliased_addrs_lock); > > is wrong - it needs to be "mutex_destroy(&it.export..." Thank you, I will feed this back.