On Wed, Aug 16, 2017 at 11:54:17AM +0300, Dan Carpenter wrote: > There is a mistake here where we accidentally use sizeof(TB_CFG_PKG_RESET) > instead of just TB_CFG_PKG_RESET. The size of an int is 4 so it's the > same as TB_CFG_PKG_NOTIFY_ACK. > > Fixes: d7f781bfdbf4 ("thunderbolt: Rework control channel to be more > reliable") > Reported-by: Colin King <colin.k...@canonical.com> > Signed-off-by: Dan Carpenter <dan.carpen...@oracle.com> > Acked-by: Mika Westerberg <mika.westerb...@linux.intel.com> > --- > Resending with Greg CC'd. This was also: > Signed-off-by: Andreas Noever <andreas.noe...@gmail.com> > But I wasn't sure if I should add that tag.
Hi Greg, Can you pick this fix to your char-misc tree? Thanks!