Re: [PULL REQUEST] i2c for 4.12

From: Linus Torvalds
Date: Mon May 22 2017 - 16:28:15 EST


On Mon, May 22, 2017 at 1:14 PM, Wolfram Sang <wsa@xxxxxxxxxxxxx> wrote:
>
> Can you try e2c824924cdb41 ("i2c: designware: Fix bogus sda_hold_time
> due to uninitialized vars") from my for-current branch? I am waiting for
> buildbot results before I send out the pull request.

Have not tested that commit, but did verify that yes it was the i2c
pull, and am about to reboot into a kernel that just zeroes those
variables beforehand (which seems to be the same thing that commit
does, although it also moves lines around for some unfathomable
reason).

Linus