summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/run/microcode.h
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-06-15 00:20:33 +0000
committerriastradh <riastradh@NetBSD.org>2021-06-15 00:20:33 +0000
commit7873841858a63c20b68e1cc39904ec9d5b20a210 (patch)
tree69f3e158a945b6c5381585fbd003ecd619145dec /sys/dev/microcode/run/microcode.h
parent5363e628df53cb35a4f3dd43178b8635d0d904bb (diff)
ipmi(4): Tidy up ipmi_thread a little.
- Join on detach -- don't free anything until thread has exited; thread may still be using stuff. - Nix dead error branch -- malloc(M_WAITOK) cannot fail. - x = malloc(sizeof(x[0]) * n), not x = malloc(sizeof(type_t) * n)
Diffstat (limited to 'sys/dev/microcode/run/microcode.h')
0 files changed, 0 insertions, 0 deletions