FreeBSD Bugzilla – Attachment 180817 Details for
Bug 217784
sys/dev/wi/if_wi_pci.c: PVS-Studio: Dead Code (CWE-561)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git patch
if_wi_pci.c.patch (text/plain), 355 bytes, created by
Svyatoslav
on 2017-03-14 13:33:53 UTC
(
hide
)
Description:
git patch
Filename:
MIME Type:
Creator:
Svyatoslav
Created:
2017-03-14 13:33:53 UTC
Size:
355 bytes
patch
obsolete
>diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c >index a0e872a..0478a6d 100644 >--- a/sys/dev/wi/if_wi_pci.c >+++ b/sys/dev/wi/if_wi_pci.c >@@ -254,8 +254,8 @@ wi_pci_resume(device_t dev) > > WI_LOCK(sc); > if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { >- return (0); > WI_UNLOCK(sc); >+ return (0); > } > if (ic->ic_nrunning > 0) > wi_init(sc);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 217784
: 180817