Re: [PATCH v3 4/4] staging: sm750fb: deduplicate fbinfo loop in suspend/resume

From: Ahmet Sezgin Duran

Date: Tue Jul 07 2026 - 08:38:36 EST


On 7/7/26 2:49 PM, Ahmet Sezgin Duran wrote:

Though, I should mention that compiled object file (sm750.o) is identical in my dev machine, sha256sum matches.


I made a mistake there. Those functions are omitted by the compiler, when CONFIG_PM_SLEEP is not enabled. That's why object file was identical.

When config is enabled, object file changes, before and after the patch.

Regards,
Ahmet Sezgin Duran