kernel/hptmv: Fix the completion of a write.
authorSascha Wildner <saw@online.de>
Fri, 7 Sep 2012 19:51:17 +0000 (21:51 +0200)
committerSascha Wildner <saw@online.de>
Fri, 7 Sep 2012 19:51:17 +0000 (21:51 +0200)
commit814ffc96953c76de883bd2f3c98de949ed415777
treecfab5a253e8aaaf01d33fe3c17854a9611389d2d
parent6eef04eb618096c881ec4c23117ecdfa0401690f
kernel/hptmv: Fix the completion of a write.

What is intended here is to perform BUS_DMASYNC_POSTWRITE when a write
is completed, but the 'else if' had the wrong check.
sys/dev/raid/hptmv/entry.c