Skip to content

Commit

Permalink
s390: claw compile fixlet
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Oct 14, 2008
1 parent 892871d commit ebe05d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@ claw_new_device(struct ccwgroup_device *cgdev)
if (ret != 0) {
printk(KERN_WARNING
"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);
goto out;
}
Expand Down

0 comments on commit ebe05d0

Please sign in to comment.