CVSROOT:        /cvs
Module name:    src
Changes by:     fcam...@cvs.openbsd.org 2018/11/22 07:54:36

Modified files:
        sys/dev/pci/bktr: bktr_core.c 

Log message:
Remove useless assignment, value is overwritten right after being set.

Both assignements are in our tree since the driver got imported from
FreeBSD in 2001 and remained untouched since import.

The second assignment in its current form got introduced in FreeBSD in
1997 with r29233 [1], when syncinc the driver. The first assignment got
removed in 2017 with r314147 [2].

[1]: https://svnweb.freebsd.org/base?view=revision&revision=29233
[2]: https://svnweb.freebsd.org/base?view=revision&revision=314147

Coverity CID 1453008.

OK deraadt@

Reply via email to