Re: [PATCH] staging: sm750: rename CamelCase variable in sm750.c

From: Ahmet Sezgin Duran

Date: Fri May 15 2026 - 14:12:09 EST


On 5/15/26 7:37 PM, Rupert Zoone wrote:
Hi Ahmet,
Yes, I compiled the patch successfully without errors and warnings.
rupesh@yantra:~/patches/staging$ grep -n "pv_reg\|set_all_eng_off"
drivers/staging/sm750fb/sm750.c | head -10
758: crtc->cursor.mmio = sm750_dev->pv_reg +
863: sm750_dev->init_parm.set_all_eng_off = 0;
1062: iounmap(sm750_dev->pv_reg);


I asked if you compiled it, you wrote the grep results of variable names.

You might have forgotten to enable the sm750fb module. Make sure that you enable it, then please, actually compile the changes, using `make` or whatever actual command you use in order to compile.

Spoiler alert: No, it does not compile.

Regards,
Ahmet Sezgin Duran