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

Ahmet Sezgin Duran <[email protected]> Tue, 7 Jul 2026 15:27:43 +0300
Newsgroups org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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