FreeBSD Bugzilla – Attachment 180818 Details for
Bug 217785
sys/dev/mpr/mpr.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
mpr.c.patch (text/plain), 382 bytes, created by
Svyatoslav
on 2017-03-14 13:40:05 UTC
(
hide
)
Description:
git patch
Filename:
MIME Type:
Creator:
Svyatoslav
Created:
2017-03-14 13:40:05 UTC
Size:
382 bytes
patch
obsolete
>diff --git a/sys/dev/mpr/mpr.c b/sys/dev/mpr/mpr.c >index b6124ba..7f5585a 100644 >--- a/sys/dev/mpr/mpr.c >+++ b/sys/dev/mpr/mpr.c >@@ -1325,8 +1325,8 @@ mpr_alloc_requests(struct mpr_softc *sc) > else > mpr_free_command(sc, cm); > else { >- panic("failed to allocate command %d\n", i); > sc->num_reqs = i; >+ panic("failed to allocate command %d\n", i); > break; > } > }
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 217785
: 180818