Re: [PATCH] fix handling of wait_for_completion_timeout result

2014-12-27 Thread Sedat Dilek
[ Not sure which persons and MLs you CCed - I am reading LKML offline ] Hi, your patch needs some refreshing... First your Subject... add a subject-prefix like... $ git format-patch --subject-prefix="next-20141226" [ The subject-prefix won't be seen if you push out the commit, but is good for

[PATCH] fix handling of wait_for_completion_timeout result

2014-12-27 Thread Nicholas Mc Guire
wati_for_completion_timeout does not return negative values so "result" handlin here should be simplified to cover the actually possible cases only. patch was only compile tested for imx_v6_v7_defconfig patch is against 3.19.0-rc1 -next-20141226 Signed-off-by: Nicholas Mc Guire ---

[PATCH] fix handling of wait_for_completion_timeout result

2014-12-27 Thread Nicholas Mc Guire
wati_for_completion_timeout does not return negative values so result handlin here should be simplified to cover the actually possible cases only. patch was only compile tested for imx_v6_v7_defconfig patch is against 3.19.0-rc1 -next-20141226 Signed-off-by: Nicholas Mc Guire der.h...@hofr.at

Re: [PATCH] fix handling of wait_for_completion_timeout result

2014-12-27 Thread Sedat Dilek
[ Not sure which persons and MLs you CCed - I am reading LKML offline ] Hi, your patch needs some refreshing... First your Subject... add a subject-prefix like... $ git format-patch --subject-prefix=next-20141226 [ The subject-prefix won't be seen if you push out the commit, but is good for