diff options
Diffstat (limited to 'drivers/s390/cio/chp.c')
-rw-r--r-- | drivers/s390/cio/chp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/chp.c b/drivers/s390/cio/chp.c index e40eda0ed462..8644c80a2056 100644 --- a/drivers/s390/cio/chp.c +++ b/drivers/s390/cio/chp.c | |||
@@ -407,7 +407,7 @@ int chp_new(struct chp_id chpid) | |||
407 | chpid.id); | 407 | chpid.id); |
408 | 408 | ||
409 | /* Obtain channel path description and fill it in. */ | 409 | /* Obtain channel path description and fill it in. */ |
410 | ret = chsc_determine_channel_path_description(chpid, &chp->desc); | 410 | ret = chsc_determine_base_channel_path_desc(chpid, &chp->desc); |
411 | if (ret) | 411 | if (ret) |
412 | goto out_free; | 412 | goto out_free; |
413 | if ((chp->desc.flags & 0x80) == 0) { | 413 | if ((chp->desc.flags & 0x80) == 0) { |