Re: [PATCH 4/4] venus: helpers: drop setting of timestap invalid flag

2019-01-22 Thread Alexandre Courbot
On Wed, Jan 9, 2019 at 5:46 PM Stanimir Varbanov wrote: > > The zero timestap is really a valid so not sure why I discarded it. Fix s/timestap/timestamp, also in patch title. > that mistake by drop the code which checks for zero timestamp. s/drop/dropping > > Signed-off-by: Stanimir Varbanov

[PATCH 4/4] venus: helpers: drop setting of timestap invalid flag

2019-01-09 Thread Stanimir Varbanov
The zero timestap is really a valid so not sure why I discarded it. Fix that mistake by drop the code which checks for zero timestamp. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/helpers.c | 3 --- 1 file changed, 3 deletions(-) diff --git