Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/usb/smsc95xx.c:1186:2: warning: variable 'pdata' is uninitialized when used here [-Wuninitialized] 1186 | pdata->irqfwnode = irq_domain_alloc_named_fwnode(usb_path); | ^~~~~ ../drivers/net/usb/smsc95xx.c:1149:29: note: initialize the variable 'pdata' to silence this warning 1149 | struct smsc95xx_priv *pdata; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.auA9kmC7EJ 2026-03-03 10:45:59.067584381 -0500 +++ /tmp/tmp.tIN44T4UNA 2026-03-03 10:46:40.535279604 -0500 @@ -1,0 +2,8 @@ +../drivers/net/usb/smsc95xx.c:1186:2: warning: variable 'pdata' is uninitialized when used here [-Wuninitialized] + 1186 | pdata->irqfwnode = irq_domain_alloc_named_fwnode(usb_path); + | ^~~~~ +../drivers/net/usb/smsc95xx.c:1149:29: note: initialize the variable 'pdata' to silence this warning + 1149 | struct smsc95xx_priv *pdata; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.qneD6h4STs 2026-03-03 10:47:06.082091841 -0500 +++ /tmp/tmp.JitfWw65hK 2026-03-03 10:47:06.084091826 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/usb/smsc95xx.c