I probably should have explained also that this patch fixes my
suspend/resume problem even when /sys/power/pm_async is set to 1,
because before that, suspend/resume only worked when pm_async was 0.
I had a chat with Guo a few minutes ago on Hangouts and he said he
will look into this problem. :)
Diego
The commit message is where you describe the change you are making.
This includes exactly what you are fixing, how you are doing it, and why
you are doing it that way.
Empty commit log messages are %99.99999 of the time completely
inappropriate.
The commit message is where you describe the change you are making.
This includes exactly what you are fixing, how you are doing it, and why
you are doing it that way.
Empty commit log messages are %99.99999 of the time completely
inappropriate.
David,
I understand and appreciate your advice, thanks.
However, please consider that I'm not a kernel developer, so I don't
understand much or anything about how this driver works internally,
this is why I came here to report about problem in the first place.
All I can tell you for certain is that this change makes my
suspend/resume work and it doesn't hang anymore while resuming from
suspend.
I apologize for the empty commit message and for not being able to
explain things deeper, but Pavel Machek is the person who suggested I
make this change in the code, so maybe he can provide some help?
Diego
The commit message is where you describe the change you are making.
This includes exactly what you are fixing, how you are doing it, and why
you are doing it that way.
Empty commit log messages are %99.99999 of the time completely
inappropriate.
David,
I understand and appreciate your advice, thanks.
However, please consider that I'm not a kernel developer, so I don't
understand much or anything about how this driver works internally,
this is why I came here to report about problem in the first place.
All I can tell you for certain is that this change makes my
suspend/resume work and it doesn't hang anymore while resuming from
suspend.
I apologize for the empty commit message and for not being able to
explain things deeper, but Pavel Machek is the person who suggested I
make this change in the code, so maybe he can provide some help?
Diego
I will try sending a V2 patch again with a proper commit message, sorry.
Diego