On Wed, Jun 14, 2017 at 10:42 AM, Mika Westerberg
<[email protected]> wrote:
> On Wed, Jun 14, 2017 at 10:47:21AM +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")
>> Signed-off-by: Dan Carpenter <[email protected]>
>
> Good catch!
>
> Acked-by: Mika Westerberg <[email protected]>
Signed-off-by: Andreas Noever <[email protected]>