CAM - A few more kmalloc -> xpt_alloc_ccb fixes
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 20 Apr 2019 21:27:01 +0000 (14:27 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 20 Apr 2019 21:27:01 +0000 (14:27 -0700)
commitfdd00e0abea04ad47141ec4af21d6250ea584716
tree03846d3581f1f9c6af8d1df47c46fc1f6bab1b0e
parentecadf9b2d875f0a70dcf7f626073320a433a04a0
CAM - A few more kmalloc -> xpt_alloc_ccb fixes

* Fix (now improper) kmalloc()s of ccbs in the ASR and MPS
  drivers.  Properly use xpt_alloc_ccb().
sys/dev/raid/asr/asr.c
sys/dev/raid/mps/mps_sas.c