linux/drivers/s390
Sebastian Ott 30e8eb8671 s390/qdio: sanitize put_indicator
qdio maintains an array of struct indicator_t. put_indicator takes a pointer
to a member of a struct indicator_t within that array, calculates the index,
and uses the array and the index to get the struct indicator_t.

Simply use the pointer directly.

Although the pointer happens to point to the first member of that struct
use the container_of macro.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Acked-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2017-11-03 08:00:33 +01:00
..
block s390/dasd: remove unused debug macros 2017-10-18 14:11:26 +02:00
char vmur: convert urdev.ref_count from atomic_t to refcount_t 2017-10-26 08:36:38 +02:00
cio s390/qdio: sanitize put_indicator 2017-11-03 08:00:33 +01:00
crypto s390/zcrypt: Introduce QACT support for AP bus devices. 2017-10-23 09:07:14 +02:00
net s390/ccwgroup: tie a ccwgroup driver to its ccw driver 2017-09-29 15:51:30 +02:00
scsi scsi: zfcp: early returns for traces disabled via level 2017-08-10 19:37:03 -04:00
virtio s390/virtio: simplify Makefile 2017-09-29 15:51:53 +02:00
Makefile virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio 2015-07-07 14:27:06 +03:00