]> git.baikalelectronics.ru Git - kernel.git/commit
s390/cio: Initialize the host addresses in pfn_array
authorEric Farman <farman@linux.ibm.com>
Tue, 14 May 2019 23:42:45 +0000 (01:42 +0200)
committerCornelia Huck <cohuck@redhat.com>
Mon, 3 Jun 2019 10:02:55 +0000 (12:02 +0200)
commit8f4f790ad62170d118a0a72debe5cdb1a8dc3592
tree1424092e049f011634f907165cecd68c8ab4c07e
parentefff7916725c80932827bae0cbd7e4f7a29c2c55
s390/cio: Initialize the host addresses in pfn_array

Let's initialize the host address to something that is invalid,
rather than letting it default to zero.  This just makes it easier
to notice when a pin operation has failed or been skipped.

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Message-Id: <20190514234248.36203-5-farman@linux.ibm.com>
Reviewed-by: Farhan Ali <alifm@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
drivers/s390/cio/vfio_ccw_cp.c