Message ID | 20200921190808.2f0af905@archlinux (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] Second set of features and cleanup for IIO in the 5.10 cycle. | expand |
On Mon, Sep 21, 2020 at 07:08:08PM +0100, Jonathan Cameron wrote: > The following changes since commit 2f0472a1f80e6230f126aa0af76e89f85abc37bd: > > drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon (2020-09-06 16:05:56 +0100) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.10b > > for you to fetch changes up to eda7a4890f5825f1a01d635ab25235f4dacb8715: > > dt-bindings: iio: vishay,vcnl4000: add interrupts property (2020-09-21 18:54:26 +0100) So close: Commit: 7bf38af6540e ("iio:accel:bma180: Fix use of true when should be iio_shared_by enum") Fixes tag: Fixes: fdadbce0da4 ("iio: add Bosch BMA180 acceleration sensor driver") Has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). One more digit! :) can you fix that up and resend? Remember, if I don't catch these, linux-next will... thanks, greg k-h
On Mon, 21 Sep 2020 20:52:30 +0200 Greg KH <gregkh@linuxfoundation.org> wrote: > On Mon, Sep 21, 2020 at 07:08:08PM +0100, Jonathan Cameron wrote: > > The following changes since commit 2f0472a1f80e6230f126aa0af76e89f85abc37bd: > > > > drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon (2020-09-06 16:05:56 +0100) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-5.10b > > > > for you to fetch changes up to eda7a4890f5825f1a01d635ab25235f4dacb8715: > > > > dt-bindings: iio: vishay,vcnl4000: add interrupts property (2020-09-21 18:54:26 +0100) > > So close: > > Commit: 7bf38af6540e ("iio:accel:bma180: Fix use of true when should be iio_shared_by enum") > Fixes tag: Fixes: fdadbce0da4 ("iio: add Bosch BMA180 acceleration sensor driver") > Has these problem(s): > - SHA1 should be at least 12 digits long > Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 > or later) just making sure it is not set (or set to "auto"). > > One more digit! :) > > can you fix that up and resend? > > Remember, if I don't catch these, linux-next will... Gah. I really need to take the time to get scripts in place for this rather than always thinking I'll sort it next time and just eyeball them this time. False laziness gets me again. Sorry about that! Thanks, Jonathan > > thanks, > > greg k-h