mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
[S390] css: update subchannel description after hibernate
Update the subchannel descriptor while resuming from hibernate in order to obtain current link addresses. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
62da177ac2
commit
eb4f5d93d7
@ -1191,6 +1191,7 @@ static int css_pm_restore(struct device *dev)
|
||||
struct subchannel *sch = to_subchannel(dev);
|
||||
struct css_driver *drv;
|
||||
|
||||
css_update_ssd_info(sch);
|
||||
if (!sch->dev.driver)
|
||||
return 0;
|
||||
drv = to_cssdriver(sch->dev.driver);
|
||||
|
Loading…
Reference in New Issue
Block a user