diff options
| author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2017-06-29 13:27:22 +0200 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-03-26 16:13:11 +0200 |
| commit | ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc (patch) | |
| tree | dc5ef06e6909f79b3166b9bed78ac2023b4d296a /drivers/s390/block | |
| parent | 135a8b4ce5d737115571f08c6d0649f1aed6a48a (diff) | |
| download | blackbird-obmc-linux-ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc.tar.gz blackbird-obmc-linux-ded27d8d2eae2aefe7d03d3e7c3fbdcd1fd501fc.zip | |
s390/cio: rename struct channel_path_desc
Rename struct channel_path_desc to struct channel_path_desc_fmt0
to fit the scheme. Provide a macro for the function wrappers that
gather this and related data from firmware.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/block')
| -rw-r--r-- | drivers/s390/block/dasd_eckd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c index 85b6a70ce334..be208e7adcb4 100644 --- a/drivers/s390/block/dasd_eckd.c +++ b/drivers/s390/block/dasd_eckd.c @@ -994,7 +994,7 @@ static int dasd_eckd_read_conf(struct dasd_device *device) struct dasd_eckd_private *private, path_private; struct dasd_uid *uid; char print_path_uid[60], print_device_uid[60]; - struct channel_path_desc *chp_desc; + struct channel_path_desc_fmt0 *chp_desc; struct subchannel_id sch_id; private = device->private; |

