created | 2018-12-03T22:48:41Z |
---|---|
begin | 2018-11-22T00:00:00Z |
end | 2018-11-23T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2018-11-22T14:54:36Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/pci/bktr/bktr_core.c | log | diff | annotate |
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@ |