s390: claw compile fixlet
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
892871dcc3
commit
ebe05d06a5
1 changed files with 1 additions and 1 deletions
|
@ -2913,7 +2913,7 @@ claw_new_device(struct ccwgroup_device *cgdev)
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
printk(KERN_WARNING
|
printk(KERN_WARNING
|
||||||
"claw: ccw_device_set_online %s WRITE failed "
|
"claw: ccw_device_set_online %s WRITE failed "
|
||||||
"with ret = %d\n", dev_name(&cgdev->cdev[WRITE]->dev)
|
"with ret = %d\n", dev_name(&cgdev->cdev[WRITE]->dev),
|
||||||
ret);
|
ret);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue