Re: [PATCH v1] drm/dp/mst: Fix off-by-one typo when dump payload table

2018-03-19 Thread Daniel Vetter
On Thu, Jan 11, 2018 at 05:33:03PM +0200, Andy Shevchenko wrote: > It seems there is a classical off-by-one typo from the beginning > when commit > > ad7f8a1f9ced ("drm/helper: add Displayport multi-stream helper (v0.6)") > > introduced a new helper. > > Fix a typo by introducing a macro const

Re: [PATCH v1] drm/dp/mst: Fix off-by-one typo when dump payload table

2018-03-17 Thread Andy Shevchenko
On Thu, 2018-01-11 at 17:33 +0200, Andy Shevchenko wrote: > It seems there is a classical off-by-one typo from the beginning > when commit > > ad7f8a1f9ced ("drm/helper: add Displayport multi-stream helper > (v0.6)") > > introduced a new helper. > > Fix a typo by introducing a macro constant.