]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r299188
authorsbruno <sbruno@FreeBSD.org>
Fri, 22 Jul 2016 03:19:49 +0000 (03:19 +0000)
committersbruno <sbruno@FreeBSD.org>
Fri, 22 Jul 2016 03:19:49 +0000 (03:19 +0000)
commitf0a9d850622135a0755732fa6f3304a92c0cfc37
tree76361007df3a37977e8346b008c20a336456bd40
parentd6d8480d0aad9a5badb4491b576d2343992ec9f8
MFC r299188
Since igb_detach() cleans up all the data structures that will be
free'd by the functions following its call, we can simply return instead
of crashing and burning in the event of igb_detach() failing.

PR: 197139
sys/dev/e1000/if_igb.c