]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[S390] Missing initialization in common i/o layer.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Wed, 20 Sep 2006 13:59:17 +0000 (15:59 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 20 Sep 2006 13:59:17 +0000 (15:59 +0200)
commit81388d2a45b89c890b981cfc83b01ec15ae3483b
tree3fcb8f583e4bf12d891a016b25b58df304e8766c
parente87bfe51b5ca2db99dd680bbb1e8fe3c94b607df
[S390] Missing initialization in common i/o layer.

Previous patch that was intended to reduce stack usage within common
i/o layer didn't consider implicit memset(..., 0, ...) used with the
initializations used before.
Add these missing memsets wherever it's not obvious that the
concerned memory region is zeroed. This should give the same semantics
as before.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/device_fsm.c