* [bug report] net: thunderx: Add RGMII interface type support
@ 2016-10-12 6:15 Dan Carpenter
0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2016-10-12 6:15 UTC (permalink / raw)
To: kernel-janitors
Hello Sunil Goutham,
This is a semi-automatic email about new static checker warnings.
The patch 6465859aba1e: "net: thunderx: Add RGMII interface type
support" from Aug 12, 2016, leads to the following Smatch complaint:
drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119 xcv_setup_link()
error: we previously assumed 'xcv' could be null (see line 118)
drivers/net/ethernet/cavium/thunder/thunder_xcv.c
117
118 if (!xcv) {
^^^
check.
119 dev_err(&xcv->pdev->dev,
^^^^^^^^^^^^^^
dereference.
120 "XCV init not done, probe may have failed\n");
121 return;
regards,
dan carpenter
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-12 6:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12 6:15 [bug report] net: thunderx: Add RGMII interface type support Dan Carpenter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.