]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r235144
authorthompsa <thompsa@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 May 2012 07:44:00 +0000 (07:44 +0000)
committerthompsa <thompsa@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 May 2012 07:44:00 +0000 (07:44 +0000)
commitac8ed8c7598f1b3cbc299277756994201cb58ac0
tree8c0a57f914bf82c047e9f5f6c473b5a59e7f8c74
parenta5b6c7803fa6d5a300fb176f7a8c00e72058a3e0
MFC r235144

 The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for null
 first or this will panic. Condense three blocks that check sc->tsec_ifp into
 one while I am here.

git-svn-id: svn://svn.freebsd.org/base/stable/9@236053 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/tsec/if_tsec.c